Html Css Color HEX #B95832 Smoke Tree

📋 copy color: '#B95832'

red 185 ◦ green 88 ◦ blue 50

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

Shades of Smoke Tree #B95832

Tints of Smoke Tree #B95832

RGB

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

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

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

R = 57.28%
G = 27.24%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95832 (or 0xB95832) is known color: Smoke Tree. HEX triplet: B9, 58 and 32. RGB value is (185,88,50). Sum of RGB (Red+Green+Blue) = 185+88+50=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95832 is #46A7CD. Grayscale: #707070. Windows color (decimal): -4630478 or 3299513. OLE color: 3299513.

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

Color convert

RGB 185 88 50 -
CMYK 0 0.52 0.73 0.27
HSL 16.89º 0.57% 0.46% -
HSV(B) 16.89º 0.73% 0.73% -
XYZ 24.07 17.52 5.13 -
YUV 112.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 185 88 50 0 0.52 0.73 0.27 16.89 0.57 0.46
Hex B9 58 32 0 34 49 1B 11 39 2E
Octal 271 130 62 0 64 111 33 21 71 56
Binary 10111001 1011000 110010 0 110100 1001001 11011 10001 111001 101110

Color Harmonies of #B95832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95832

Black with #B95832

Text Example


Text Example

White with #B95832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95832; }

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

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

background-color css

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

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

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

border-color css

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

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

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