#B15026

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

Shades of Rose Of Sharon #B15026

Tints of Rose Of Sharon #B15026

Color information

#B15026 (or 0xB15026) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 50 and 26. RGB value is (177,80,38). Sum of RGB (Red+Green+Blue) = 177+80+38=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15026 is #4EAFD9. Grayscale: #686868. Windows color (decimal): -5156826 or 2511025. OLE color: 2511025.

HSL color Cylindrical-coordinate representation of color #B15026: hue angle of 18.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B15026 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1778038-
CMYK00.550.790.31
HSL18.13º64.65%42.16%-
HSV(B)18.13º78.53%69.41%-
XYZ21.3515.223.65-
YUV104.2190.64179.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=60%
G=27.12%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177803800.550.790.3118.1364.6542.16
HexB150260374F1F12412a
Octal26112046067117372210152
Binary1011000110100001001100110111100111111111100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15026; }

 p { color: rgb(177,80,38); }

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

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

 a { background-color: rgb(177,80,38); }

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

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

 span { border-color: rgb(177,80,38); }

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