Html Css Color HEX #B95834 Smoke Tree

📋 copy color: '#B95834'

red 185 ◦ green 88 ◦ blue 52

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

Shades of Smoke Tree #B95834

Tints of Smoke Tree #B95834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 56.92%
G = 27.08%
B = 16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95834 (or 0xB95834) is known color: Smoke Tree. HEX triplet: B9, 58 and 34. RGB value is (185,88,52). Sum of RGB (Red+Green+Blue) = 185+88+52=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B95834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95834 is #46A7CB. Grayscale: #717171. Windows color (decimal): -4630476 or 3430585. OLE color: 3430585.

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

Color convert

RGB 185 88 52 -
CMYK 0 0.52 0.72 0.27
HSL 16.24º 0.56% 0.46% -
HSV(B) 16.24º 0.72% 0.73% -
XYZ 24.12 17.54 5.36 -
YUV 112.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 185 88 52 0 0.52 0.72 0.27 16.24 0.56 0.46
Hex B9 58 34 0 34 48 1B 10 38 2E
Octal 271 130 64 0 64 110 33 20 70 56
Binary 10111001 1011000 110100 0 110100 1001000 11011 10000 111000 101110

Color Harmonies of #B95834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95834

Black with #B95834

Text Example


Text Example

White with #B95834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95834; }

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

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

background-color css

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

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

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

border-color css

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

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

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