Html Css Color HEX #BD5E2D Smoke Tree

📋 copy color: '#BD5E2D'

red 189 ◦ green 94 ◦ blue 45

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

Shades of Smoke Tree #BD5E2D

Tints of Smoke Tree #BD5E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 57.62%
G = 28.66%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD5E2D (or 0xBD5E2D) is known color: Smoke Tree. HEX triplet: BD, 5E and 2D. RGB value is (189,94,45). Sum of RGB (Red+Green+Blue) = 189+94+45=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E2D is #42A1D2. Grayscale: #757575. Windows color (decimal): -4366803 or 2973373. OLE color: 2973373.

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

Color convert

RGB 189 94 45 -
CMYK 0 0.50 0.76 0.26
HSL 20.42º 0.62% 0.46% -
HSV(B) 20.42º 0.76% 0.74% -
XYZ 25.46 19.01 4.81 -
YUV 116.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 189 94 45 0 0.50 0.76 0.26 20.42 0.62 0.46
Hex BD 5E 2D 0 32 4C 1A 14 3E 2E
Octal 275 136 55 0 62 114 32 24 76 56
Binary 10111101 1011110 101101 0 110010 1001100 11010 10100 111110 101110

Color Harmonies of #BD5E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E2D

Black with #BD5E2D

Text Example


Text Example

White with #BD5E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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