Color Hex Logo

#bd4826 Color Hex

#BD4826
(189,72,38)
0 Favorites   0 Comments

Color spaces of #bd4826

RGB 1897238
HSL0.040.670.45
HSV14°80°74°
CMYK 0.000.620.80   0.26
XYZ23.653515.59353.5969
Yxy15.59350.55210.3640
Hunter Lab39.488637.815622.2415
CIE-Lab46.436645.378043.4762

#bd4826 color RGB value is (189,72,38).

#bd4826 hex color red value is 189, green value is 72 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bd4826 hue: 0.04 , saturation: 0.67 and the lightness value of bd4826 is 0.45.

The process color (four color CMYK) of #bd4826 color hex is 0.00, 0.62, 0.80, 0.26. Web safe color of #bd4826 is #cc3333. Color #bd4826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 00100110
Octal 275 110 46
Decimal 189 72 38
Hex BD 48 26

RGB Percentages of Color #bd4826

%63.21
%24.08
%12.71

CMYK Percentages of Color #bd4826

%0
%62
%80
%26

Triadic Colors of #bd4826

#bd4826 #26bd48 #4826bd

Analogous Colors of #bd4826

#bd4826 #bd9426 #bd264f

Monochromatic Colors of #bd4826

#bd4826

Complementary Color

#bd4826 #269bbd

#bd4826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4826 Color CSS Codes

.mybgcolor {background-color:#bd4826; } 
.myforecolor {color:#bd4826; }
.mybordercolor {border:3px solid #bd4826; }

#bd4826 Text Font Color

<p style="color:#bd4826">Text here</p>

This sample text font color is #bd4826
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd4826 Background Color

<div style="background-color:#bd4826">
Div content here</div>

This div background color is #bd4826


#bd4826 Border Color

<div style="border:3px solid #bd4826">
Div here</div>

This div border color is #bd4826


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,72,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd4826; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd4826;
  -webkit-box-shadow: 1px 1px 3px 2px #bd4826;
  box-shadow:         1px 1px 3px 2px #bd4826; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,72,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd4826">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd4826;
  -webkit-box-shadow: 1px 1px 3px 2px #bd4826;
  box-shadow:         1px 1px 3px 2px #bd4826;">
Div content here</div>

This div box has shadow with color #bd4826


Comments

No comments written yet.

Please login to write comment.