Html Css Color HEX #B55F31 Smoke Tree

📋 copy color: '#B55F31'

red 181 ◦ green 95 ◦ blue 49

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

Shades of Smoke Tree #B55F31

Tints of Smoke Tree #B55F31

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 55.69%
G = 29.23%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B55F31 (or 0xB55F31) is known color: Smoke Tree. HEX triplet: B5, 5F and 31. RGB value is (181,95,49). Sum of RGB (Red+Green+Blue) = 181+95+49=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F31 is #4AA0CE. Grayscale: #737373. Windows color (decimal): -4890831 or 3235765. OLE color: 3235765.

HSL color Cylindrical-coordinate representation of color #B55F31: hue angle of 20.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55F31 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 49 -
CMYK 0 0.48 0.73 0.29
HSL 20.91º 0.57% 0.45% -
HSV(B) 20.91º 0.73% 0.71% -
XYZ 23.7 18.23 5.18 -
YUV 115.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 181 95 49 0 0.48 0.73 0.29 20.91 0.57 0.45
Hex B5 5F 31 0 30 49 1D 15 39 2D
Octal 265 137 61 0 60 111 35 25 71 55
Binary 10110101 1011111 110001 0 110000 1001001 11101 10101 111001 101101

Color Harmonies of #B55F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F31

Black with #B55F31

Text Example


Text Example

White with #B55F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F31; }

 p { color: rgb(181,95,49); }

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

background-color css

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

 a { background-color: rgb(181,95,49); }

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

border-color css

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

 span { border-color: rgb(181,95,49); }

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