Html Css Color HEX #BD5D3B Smoke Tree

📋 copy color: '#BD5D3B'

red 189 ◦ green 93 ◦ blue 59

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

Shades of Smoke Tree #BD5D3B

Tints of Smoke Tree #BD5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 55.43%
G = 27.27%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD5D3B (or 0xBD5D3B) is known color: Smoke Tree. HEX triplet: BD, 5D and 3B. RGB value is (189,93,59). Sum of RGB (Red+Green+Blue) = 189+93+59=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D3B is #42A2C4. Grayscale: #767676. Windows color (decimal): -4367045 or 3890621. OLE color: 3890621.

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

Color convert

RGB 189 93 59 -
CMYK 0 0.51 0.69 0.26
HSL 15.69º 0.52% 0.49% -
HSV(B) 15.69º 0.69% 0.74% -
XYZ 25.69 18.96 6.44 -
YUV 117.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 189 93 59 0 0.51 0.69 0.26 15.69 0.52 0.49
Hex BD 5D 3B 0 33 45 1A 10 34 31
Octal 275 135 73 0 63 105 32 20 64 61
Binary 10111101 1011101 111011 0 110011 1000101 11010 10000 110100 110001

Color Harmonies of #BD5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D3B

Black with #BD5D3B

Text Example


Text Example

White with #BD5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D3B; }

 p { color: rgb(189,93,59); }

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

background-color css

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

 a { background-color: rgb(189,93,59); }

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

border-color css

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

 span { border-color: rgb(189,93,59); }

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