Html Css Color HEX #B96237 Smoke Tree

📋 copy color: '#B96237'

red 185 ◦ green 98 ◦ blue 55

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

Shades of Smoke Tree #B96237

Tints of Smoke Tree #B96237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 54.73%
G = 28.99%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96237 (or 0xB96237) is known color: Smoke Tree. HEX triplet: B9, 62 and 37. RGB value is (185,98,55). Sum of RGB (Red+Green+Blue) = 185+98+55=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96237 is #469DC8. Grayscale: #777777. Windows color (decimal): -4627913 or 3629753. OLE color: 3629753.

HSL color Cylindrical-coordinate representation of color #B96237: hue angle of 19.85º 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 #B96237 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 55 -
CMYK 0 0.47 0.70 0.27
HSL 19.85º 0.54% 0.47% -
HSV(B) 19.85º 0.7% 0.73% -
XYZ 25.06 19.33 6.02 -
YUV 119.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 185 98 55 0 0.47 0.70 0.27 19.85 0.54 0.47
Hex B9 62 37 0 2F 46 1B 14 36 2F
Octal 271 142 67 0 57 106 33 24 66 57
Binary 10111001 1100010 110111 0 101111 1000110 11011 10100 110110 101111

Color Harmonies of #B96237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96237

Black with #B96237

Text Example


Text Example

White with #B96237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96237; }

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

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

background-color css

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

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

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

border-color css

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

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

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