#B15120

Color #B15120 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B15120

Tints of Rose Of Sharon #B15120

Color information

#B15120 (or 0xB15120) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 51 and 20. RGB value is (177,81,32). Sum of RGB (Red+Green+Blue) = 177+81+32=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B15120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15120 is #4EAEDF. Grayscale: #686868. Windows color (decimal): -5156576 or 2118065. OLE color: 2118065.

HSL color Cylindrical-coordinate representation of color #B15120: hue angle of 20.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B15120 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1778132-
CMYK00.540.820.31
HSL20.28º69.38%40.98%-
HSV(B)20.28º81.92%69.41%-
XYZ21.3315.343.2-
YUV104.1287.3179.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=61.03%
G=27.93%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813200.540.820.3120.2869.3840.98
HexB15120036521F144529
Octal26112140066122372410551
Binary1011000110100011000000110110101001011111101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15120; }

 p { color: rgb(177,81,32); }

 H1.HeaderClassName
 {
   color: #B15120;
 }
 .AnyTagClassName
 {
   color: #B15120;
 }
</style>
background-color css

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

 a { background-color: rgb(177,81,32); }

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

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

 span { border-color: rgb(177,81,32); }

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