Html Css Color HEX #B95732 Smoke Tree

📋 copy color: '#B95732'

red 185 ◦ green 87 ◦ blue 50

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

Shades of Smoke Tree #B95732

Tints of Smoke Tree #B95732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 57.45%
G = 27.02%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95732 (or 0xB95732) is known color: Smoke Tree. HEX triplet: B9, 57 and 32. RGB value is (185,87,50). Sum of RGB (Red+Green+Blue) = 185+87+50=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B95732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95732 is #46A8CD. Grayscale: #707070. Windows color (decimal): -4630734 or 3299257. OLE color: 3299257.

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

Color convert

RGB 185 87 50 -
CMYK 0 0.53 0.73 0.27
HSL 16.44º 0.57% 0.46% -
HSV(B) 16.44º 0.73% 0.73% -
XYZ 23.99 17.36 5.1 -
YUV 112.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 185 87 50 0 0.53 0.73 0.27 16.44 0.57 0.46
Hex B9 57 32 0 35 49 1B 10 39 2E
Octal 271 127 62 0 65 111 33 20 71 56
Binary 10111001 1010111 110010 0 110101 1001001 11011 10000 111001 101110

Color Harmonies of #B95732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95732

Black with #B95732

Text Example


Text Example

White with #B95732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95732; }

 p { color: rgb(185,87,50); }

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

background-color css

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

 a { background-color: rgb(185,87,50); }

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

border-color css

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

 span { border-color: rgb(185,87,50); }

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