Html Css Color HEX #BD5E2E Smoke Tree

📋 copy color: '#BD5E2E'

red 189 ◦ green 94 ◦ blue 46

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

Shades of Smoke Tree #BD5E2E

Tints of Smoke Tree #BD5E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 57.45%
G = 28.57%
B = 13.98%

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

#BD5E2E (or 0xBD5E2E) is known color: Smoke Tree. HEX triplet: BD, 5E and 2E. RGB value is (189,94,46). Sum of RGB (Red+Green+Blue) = 189+94+46=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E2E is #42A1D1. Grayscale: #757575. Windows color (decimal): -4366802 or 3038909. OLE color: 3038909.

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

Color convert

RGB 189 94 46 -
CMYK 0 0.50 0.76 0.26
HSL 20.14º 0.61% 0.46% -
HSV(B) 20.14º 0.76% 0.74% -
XYZ 25.48 19.02 4.91 -
YUV 116.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 189 94 46 0 0.50 0.76 0.26 20.14 0.61 0.46
Hex BD 5E 2E 0 32 4C 1A 14 3D 2E
Octal 275 136 56 0 62 114 32 24 75 56
Binary 10111101 1011110 101110 0 110010 1001100 11010 10100 111101 101110

Color Harmonies of #BD5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E2E

Black with #BD5E2E

Text Example


Text Example

White with #BD5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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