#B15122

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

Shades of Rose Of Sharon #B15122

Tints of Rose Of Sharon #B15122

Color information

#B15122 (or 0xB15122) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 51 and 22. RGB value is (177,81,34). Sum of RGB (Red+Green+Blue) = 177+81+34=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B15122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15122 is #4EAEDD. Grayscale: #686868. Windows color (decimal): -5156574 or 2249137. OLE color: 2249137.

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

Color convert

RGB1778134-
CMYK00.540.810.31
HSL19.72º67.77%41.37%-
HSV(B)19.72º80.79%69.41%-
XYZ21.3615.353.35-
YUV104.3588.3179.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=60.62%
G=27.74%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813400.540.810.3119.7267.7741.37
HexB15122036511F144429
Octal26112142066121372410451
Binary1011000110100011000100110110101000111111101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15122; }

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

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

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

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

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

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

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

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