Html Css Color HEX #B96336 Smoke Tree

📋 copy color: '#B96336'

red 185 ◦ green 99 ◦ blue 54

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

Shades of Smoke Tree #B96336

Tints of Smoke Tree #B96336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 54.73%
G = 29.29%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96336 (or 0xB96336) is known color: Smoke Tree. HEX triplet: B9, 63 and 36. RGB value is (185,99,54). Sum of RGB (Red+Green+Blue) = 185+99+54=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96336 is #469CC9. Grayscale: #777777. Windows color (decimal): -4627658 or 3564473. OLE color: 3564473.

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

Color convert

RGB 185 99 54 -
CMYK 0 0.46 0.71 0.27
HSL 20.61º 0.55% 0.47% -
HSV(B) 20.61º 0.71% 0.73% -
XYZ 25.14 19.5 5.93 -
YUV 119.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 185 99 54 0 0.46 0.71 0.27 20.61 0.55 0.47
Hex B9 63 36 0 2E 47 1B 15 37 2F
Octal 271 143 66 0 56 107 33 25 67 57
Binary 10111001 1100011 110110 0 101110 1000111 11011 10101 110111 101111

Color Harmonies of #B96336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96336

Black with #B96336

Text Example


Text Example

White with #B96336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96336; }

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

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

background-color css

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

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

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

border-color css

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

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

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