Html Css Color HEX #BD5632 Smoke Tree

📋 copy color: '#BD5632'

red 189 ◦ green 86 ◦ blue 50

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

Shades of Smoke Tree #BD5632

Tints of Smoke Tree #BD5632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 58.15%
G = 26.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD5632 (or 0xBD5632) is known color: Smoke Tree. HEX triplet: BD, 56 and 32. RGB value is (189,86,50). Sum of RGB (Red+Green+Blue) = 189+86+50=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5632 is #42A9CD. Grayscale: #707070. Windows color (decimal): -4368846 or 3299005. OLE color: 3299005.

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

Color convert

RGB 189 86 50 -
CMYK 0 0.54 0.74 0.26
HSL 15.54º 0.58% 0.47% -
HSV(B) 15.54º 0.74% 0.74% -
XYZ 24.89 17.7 5.12 -
YUV 112.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 189 86 50 0 0.54 0.74 0.26 15.54 0.58 0.47
Hex BD 56 32 0 36 4A 1A 10 3A 2F
Octal 275 126 62 0 66 112 32 20 72 57
Binary 10111101 1010110 110010 0 110110 1001010 11010 10000 111010 101111

Color Harmonies of #BD5632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5632

Black with #BD5632

Text Example


Text Example

White with #BD5632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5632; }

 p { color: rgb(189,86,50); }

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

background-color css

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

 a { background-color: rgb(189,86,50); }

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

border-color css

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

 span { border-color: rgb(189,86,50); }

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