Html Css Color HEX #B95535 Smoke Tree

📋 copy color: '#B95535'

red 185 ◦ green 85 ◦ blue 53

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

Shades of Smoke Tree #B95535

Tints of Smoke Tree #B95535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 57.28%
G = 26.32%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B95535 (or 0xB95535) is known color: Smoke Tree. HEX triplet: B9, 55 and 35. RGB value is (185,85,53). Sum of RGB (Red+Green+Blue) = 185+85+53=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95535 is #46AACA. Grayscale: #6F6F6F. Windows color (decimal): -4631243 or 3495353. OLE color: 3495353.

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

Color convert

RGB 185 85 53 -
CMYK 0 0.54 0.71 0.27
HSL 14.55º 0.55% 0.47% -
HSV(B) 14.55º 0.71% 0.73% -
XYZ 23.9 17.07 5.4 -
YUV 111.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 185 85 53 0 0.54 0.71 0.27 14.55 0.55 0.47
Hex B9 55 35 0 36 47 1B F 37 2F
Octal 271 125 65 0 66 107 33 17 67 57
Binary 10111001 1010101 110101 0 110110 1000111 11011 1111 110111 101111

Color Harmonies of #B95535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95535

Black with #B95535

Text Example


Text Example

White with #B95535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95535; }

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

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

background-color css

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

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

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

border-color css

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

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

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