Html Css Color HEX #BD5E35 Smoke Tree

📋 copy color: '#BD5E35'

red 189 ◦ green 94 ◦ blue 53

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

Shades of Smoke Tree #BD5E35

Tints of Smoke Tree #BD5E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 56.25%
G = 27.98%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD5E35 (or 0xBD5E35) is known color: Smoke Tree. HEX triplet: BD, 5E and 35. RGB value is (189,94,53). Sum of RGB (Red+Green+Blue) = 189+94+53=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E35 is #42A1CA. Grayscale: #757575. Windows color (decimal): -4366795 or 3497661. OLE color: 3497661.

HSL color Cylindrical-coordinate representation of color #BD5E35: hue angle of 18.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD5E35 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 53 -
CMYK 0 0.50 0.72 0.26
HSL 18.09º 0.56% 0.47% -
HSV(B) 18.09º 0.72% 0.74% -
XYZ 25.63 19.08 5.7 -
YUV 117.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 189 94 53 0 0.50 0.72 0.26 18.09 0.56 0.47
Hex BD 5E 35 0 32 48 1A 12 38 2F
Octal 275 136 65 0 62 110 32 22 70 57
Binary 10111101 1011110 110101 0 110010 1001000 11010 10010 111000 101111

Color Harmonies of #BD5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E35

Black with #BD5E35

Text Example


Text Example

White with #BD5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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