Html Css Color HEX #BD5D2D Smoke Tree

📋 copy color: '#BD5D2D'

red 189 ◦ green 93 ◦ blue 45

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

Shades of Smoke Tree #BD5D2D

Tints of Smoke Tree #BD5D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 57.8%
G = 28.44%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD5D2D (or 0xBD5D2D) is known color: Smoke Tree. HEX triplet: BD, 5D and 2D. RGB value is (189,93,45). Sum of RGB (Red+Green+Blue) = 189+93+45=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D2D is #42A2D2. Grayscale: #747474. Windows color (decimal): -4367059 or 2973117. OLE color: 2973117.

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

Color convert

RGB 189 93 45 -
CMYK 0 0.51 0.76 0.26
HSL 20º 0.62% 0.46% -
HSV(B) 20º 0.76% 0.74% -
XYZ 25.37 18.84 4.78 -
YUV 116.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 189 93 45 0 0.51 0.76 0.26 20 0.62 0.46
Hex BD 5D 2D 0 33 4C 1A 14 3E 2E
Octal 275 135 55 0 63 114 32 24 76 56
Binary 10111101 1011101 101101 0 110011 1001100 11010 10100 111110 101110

Color Harmonies of #BD5D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D2D

Black with #BD5D2D

Text Example


Text Example

White with #BD5D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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