Html Css Color HEX #BD5938 Smoke Tree

📋 copy color: '#BD5938'

red 189 ◦ green 89 ◦ blue 56

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

Shades of Smoke Tree #BD5938

Tints of Smoke Tree #BD5938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 56.59%
G = 26.65%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD5938 (or 0xBD5938) is known color: Smoke Tree. HEX triplet: BD, 59 and 38. RGB value is (189,89,56). Sum of RGB (Red+Green+Blue) = 189+89+56=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5938 is #42A6C7. Grayscale: #737373. Windows color (decimal): -4368072 or 3692989. OLE color: 3692989.

HSL color Cylindrical-coordinate representation of color #BD5938: hue angle of 14.89º 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 #BD5938 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 56 -
CMYK 0 0.53 0.70 0.26
HSL 14.89º 0.54% 0.48% -
HSV(B) 14.89º 0.7% 0.74% -
XYZ 25.27 18.25 5.93 -
YUV 115.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 189 89 56 0 0.53 0.70 0.26 14.89 0.54 0.48
Hex BD 59 38 0 35 46 1A F 36 30
Octal 275 131 70 0 65 106 32 17 66 60
Binary 10111101 1011001 111000 0 110101 1000110 11010 1111 110110 110000

Color Harmonies of #BD5938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5938

Black with #BD5938

Text Example


Text Example

White with #BD5938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5938; }

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

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

background-color css

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

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

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

border-color css

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

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

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