Html Css Color HEX #B95937 Smoke Tree

📋 copy color: '#B95937'

red 185 ◦ green 89 ◦ blue 55

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

Shades of Smoke Tree #B95937

Tints of Smoke Tree #B95937

RGB

 RED value IS 185 (72.66% from 255) = 56.23%

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 56.23%
G = 27.05%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B95937 (or 0xB95937) is known color: Smoke Tree. HEX triplet: B9, 59 and 37. RGB value is (185,89,55). Sum of RGB (Red+Green+Blue) = 185+89+55=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B95937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95937 is #46A6C8. Grayscale: #727272. Windows color (decimal): -4630217 or 3627449. OLE color: 3627449.

HSL color Cylindrical-coordinate representation of color #B95937: hue angle of 15.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B95937 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 55 -
CMYK 0 0.52 0.70 0.27
HSL 15.69º 0.54% 0.47% -
HSV(B) 15.69º 0.7% 0.73% -
XYZ 24.27 17.73 5.76 -
YUV 113.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 185 89 55 0 0.52 0.70 0.27 15.69 0.54 0.47
Hex B9 59 37 0 34 46 1B 10 36 2F
Octal 271 131 67 0 64 106 33 20 66 57
Binary 10111001 1011001 110111 0 110100 1000110 11011 10000 110110 101111

Color Harmonies of #B95937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95937

Black with #B95937

Text Example


Text Example

White with #B95937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95937; }

 p { color: rgb(185,89,55); }

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

background-color css

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

 a { background-color: rgb(185,89,55); }

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

border-color css

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

 span { border-color: rgb(185,89,55); }

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