Html Css Color HEX #B95534 Smoke Tree

📋 copy color: '#B95534'

red 185 ◦ green 85 ◦ blue 52

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

Shades of Smoke Tree #B95534

Tints of Smoke Tree #B95534

RGB

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

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

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

R = 57.45%
G = 26.4%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95534 (or 0xB95534) is known color: Smoke Tree. HEX triplet: B9, 55 and 34. RGB value is (185,85,52). Sum of RGB (Red+Green+Blue) = 185+85+52=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B95534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95534 is #46AACB. Grayscale: #6F6F6F. Windows color (decimal): -4631244 or 3429817. OLE color: 3429817.

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

Color convert

RGB 185 85 52 -
CMYK 0 0.54 0.72 0.27
HSL 14.89º 0.56% 0.46% -
HSV(B) 14.89º 0.72% 0.73% -
XYZ 23.88 17.06 5.28 -
YUV 111.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 185 85 52 0 0.54 0.72 0.27 14.89 0.56 0.46
Hex B9 55 34 0 36 48 1B F 38 2E
Octal 271 125 64 0 66 110 33 17 70 56
Binary 10111001 1010101 110100 0 110110 1001000 11011 1111 111000 101110

Color Harmonies of #B95534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95534

Black with #B95534

Text Example


Text Example

White with #B95534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95534; }

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

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

background-color css

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

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

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

border-color css

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

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

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