Html Css Color HEX #BD5E38 Smoke Tree

📋 copy color: '#BD5E38'

red 189 ◦ green 94 ◦ blue 56

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

Shades of Smoke Tree #BD5E38

Tints of Smoke Tree #BD5E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 55.75%
G = 27.73%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD5E38 (or 0xBD5E38) is known color: Smoke Tree. HEX triplet: BD, 5E and 38. RGB value is (189,94,56). Sum of RGB (Red+Green+Blue) = 189+94+56=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E38 is #42A1C7. Grayscale: #767676. Windows color (decimal): -4366792 or 3694269. OLE color: 3694269.

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

Color convert

RGB 189 94 56 -
CMYK 0 0.50 0.70 0.26
HSL 17.14º 0.54% 0.48% -
HSV(B) 17.14º 0.7% 0.74% -
XYZ 25.7 19.11 6.08 -
YUV 118.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 189 94 56 0 0.50 0.70 0.26 17.14 0.54 0.48
Hex BD 5E 38 0 32 46 1A 11 36 30
Octal 275 136 70 0 62 106 32 21 66 60
Binary 10111101 1011110 111000 0 110010 1000110 11010 10001 110110 110000

Color Harmonies of #BD5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E38

Black with #BD5E38

Text Example


Text Example

White with #BD5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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