Html Css Color HEX #B95836 Smoke Tree

📋 copy color: '#B95836'

red 185 ◦ green 88 ◦ blue 54

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

Shades of Smoke Tree #B95836

Tints of Smoke Tree #B95836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 56.57%
G = 26.91%
B = 16.51%

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

#B95836 (or 0xB95836) is known color: Smoke Tree. HEX triplet: B9, 58 and 36. RGB value is (185,88,54). Sum of RGB (Red+Green+Blue) = 185+88+54=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95836 is #46A7C9. Grayscale: #717171. Windows color (decimal): -4630474 or 3561657. OLE color: 3561657.

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

Color convert

RGB 185 88 54 -
CMYK 0 0.52 0.71 0.27
HSL 15.57º 0.55% 0.47% -
HSV(B) 15.57º 0.71% 0.73% -
XYZ 24.16 17.56 5.61 -
YUV 113.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 185 88 54 0 0.52 0.71 0.27 15.57 0.55 0.47
Hex B9 58 36 0 34 47 1B 10 37 2F
Octal 271 130 66 0 64 107 33 20 67 57
Binary 10111001 1011000 110110 0 110100 1000111 11011 10000 110111 101111

Color Harmonies of #B95836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95836

Black with #B95836

Text Example


Text Example

White with #B95836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95836; }

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

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

background-color css

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

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

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

border-color css

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

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

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