Html Css Color HEX #B95536 Smoke Tree

📋 copy color: '#B95536'

red 185 ◦ green 85 ◦ blue 54

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

Shades of Smoke Tree #B95536

Tints of Smoke Tree #B95536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 57.1%
G = 26.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B95536 (or 0xB95536) is known color: Smoke Tree. HEX triplet: B9, 55 and 36. RGB value is (185,85,54). Sum of RGB (Red+Green+Blue) = 185+85+54=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B95536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95536 is #46AAC9. Grayscale: #6F6F6F. Windows color (decimal): -4631242 or 3560889. OLE color: 3560889.

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

Color convert

RGB 185 85 54 -
CMYK 0 0.54 0.71 0.27
HSL 14.2º 0.55% 0.47% -
HSV(B) 14.2º 0.71% 0.73% -
XYZ 23.92 17.08 5.53 -
YUV 111.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 185 85 54 0 0.54 0.71 0.27 14.2 0.55 0.47
Hex B9 55 36 0 36 47 1B E 37 2F
Octal 271 125 66 0 66 107 33 16 67 57
Binary 10111001 1010101 110110 0 110110 1000111 11011 1110 110111 101111

Color Harmonies of #B95536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95536

Black with #B95536

Text Example


Text Example

White with #B95536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95536; }

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

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

background-color css

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

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

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

border-color css

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

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

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