Html Css Color HEX #BD5E36 Smoke Tree

📋 copy color: '#BD5E36'

red 189 ◦ green 94 ◦ blue 54

#BD5E36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BD5E36

Tints of Smoke Tree #BD5E36

RGB

 RED value IS 189 (74.22% from 255) = 56.08%

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 56.08%
G = 27.89%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD5E36 (or 0xBD5E36) is known color: Smoke Tree. HEX triplet: BD, 5E and 36. RGB value is (189,94,54). Sum of RGB (Red+Green+Blue) = 189+94+54=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E36 is #42A1C9. Grayscale: #767676. Windows color (decimal): -4366794 or 3563197. OLE color: 3563197.

HSL color Cylindrical-coordinate representation of color #BD5E36: hue angle of 17.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD5E36 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 54 -
CMYK 0 0.50 0.71 0.26
HSL 17.78º 0.56% 0.48% -
HSV(B) 17.78º 0.71% 0.74% -
XYZ 25.65 19.09 5.82 -
YUV 117.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 189 94 54 0 0.50 0.71 0.26 17.78 0.56 0.48
Hex BD 5E 36 0 32 47 1A 12 38 30
Octal 275 136 66 0 62 107 32 22 70 60
Binary 10111101 1011110 110110 0 110010 1000111 11010 10010 111000 110000

Color Harmonies of #BD5E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E36

Black with #BD5E36

Text Example


Text Example

White with #BD5E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E36; }

 p { color: rgb(189,94,54); }

 H1.HeaderClassName
 {
   color: #BD5E36;
 }
 .AnyTagClassName
 {
   color: #BD5E36;
 }
</style>

background-color css

<style>
 a { background-color: #BD5E36; }

 a { background-color: rgb(189,94,54); }

 div.DivClassName
 {
   background-color: #BD5E36;
 }
 .BgClassName
 {
   background-color: #BD5E36;
 }
</style>

border-color css

<style>
 span { border-color: #BD5E36; }

 span { border-color: rgb(189,94,54); }

 td.TdClassName
 {
   border-color: #BD5E36;
 }
 .TagClassName
 {
   border-color: #BD5E36;
 }
</style>