Html Css Color HEX #B95936 Smoke Tree

📋 copy color: '#B95936'

red 185 ◦ green 89 ◦ blue 54

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

Shades of Smoke Tree #B95936

Tints of Smoke Tree #B95936

RGB

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

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

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

R = 56.4%
G = 27.13%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B95936 (or 0xB95936) is known color: Smoke Tree. HEX triplet: B9, 59 and 36. RGB value is (185,89,54). Sum of RGB (Red+Green+Blue) = 185+89+54=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95936 is #46A6C9. Grayscale: #717171. Windows color (decimal): -4630218 or 3561913. OLE color: 3561913.

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

Color convert

RGB 185 89 54 -
CMYK 0 0.52 0.71 0.27
HSL 16.03º 0.55% 0.47% -
HSV(B) 16.03º 0.71% 0.73% -
XYZ 24.25 17.73 5.63 -
YUV 113.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 185 89 54 0 0.52 0.71 0.27 16.03 0.55 0.47
Hex B9 59 36 0 34 47 1B 10 37 2F
Octal 271 131 66 0 64 107 33 20 67 57
Binary 10111001 1011001 110110 0 110100 1000111 11011 10000 110111 101111

Color Harmonies of #B95936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95936

Black with #B95936

Text Example


Text Example

White with #B95936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95936; }

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

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

background-color css

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

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

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

border-color css

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

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

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