Html Css Color HEX #B96236 Smoke Tree

📋 copy color: '#B96236'

red 185 ◦ green 98 ◦ blue 54

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

Shades of Smoke Tree #B96236

Tints of Smoke Tree #B96236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 54.9%
G = 29.08%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96236 (or 0xB96236) is known color: Smoke Tree. HEX triplet: B9, 62 and 36. RGB value is (185,98,54). Sum of RGB (Red+Green+Blue) = 185+98+54=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96236 is #469DC9. Grayscale: #777777. Windows color (decimal): -4627914 or 3564217. OLE color: 3564217.

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

Color convert

RGB 185 98 54 -
CMYK 0 0.47 0.71 0.27
HSL 20.15º 0.55% 0.47% -
HSV(B) 20.15º 0.71% 0.73% -
XYZ 25.04 19.32 5.9 -
YUV 119 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 185 98 54 0 0.47 0.71 0.27 20.15 0.55 0.47
Hex B9 62 36 0 2F 47 1B 14 37 2F
Octal 271 142 66 0 57 107 33 24 67 57
Binary 10111001 1100010 110110 0 101111 1000111 11011 10100 110111 101111

Color Harmonies of #B96236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96236

Black with #B96236

Text Example


Text Example

White with #B96236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96236; }

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

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

background-color css

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

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

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

border-color css

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

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

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