Html Css Color HEX #BD5A2C Smoke Tree

📋 copy color: '#BD5A2C'

red 189 ◦ green 90 ◦ blue 44

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

Shades of Smoke Tree #BD5A2C

Tints of Smoke Tree #BD5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 58.51%
G = 27.86%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD5A2C (or 0xBD5A2C) is known color: Smoke Tree. HEX triplet: BD, 5A and 2C. RGB value is (189,90,44). Sum of RGB (Red+Green+Blue) = 189+90+44=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A2C is #42A5D3. Grayscale: #727272. Windows color (decimal): -4367828 or 2906813. OLE color: 2906813.

HSL color Cylindrical-coordinate representation of color #BD5A2C: hue angle of 19.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD5A2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 90 44 -
CMYK 0 0.52 0.77 0.26
HSL 19.03º 0.62% 0.46% -
HSV(B) 19.03º 0.77% 0.74% -
XYZ 25.1 18.31 4.59 -
YUV 114.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 189 90 44 0 0.52 0.77 0.26 19.03 0.62 0.46
Hex BD 5A 2C 0 34 4D 1A 13 3E 2E
Octal 275 132 54 0 64 115 32 23 76 56
Binary 10111101 1011010 101100 0 110100 1001101 11010 10011 111110 101110

Color Harmonies of #BD5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A2C

Black with #BD5A2C

Text Example


Text Example

White with #BD5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A2C; }

 p { color: rgb(189,90,44); }

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

background-color css

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

 a { background-color: rgb(189,90,44); }

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

border-color css

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

 span { border-color: rgb(189,90,44); }

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