#b35026

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

Shades of Rose Of Sharon #B35026

Tints of Rose Of Sharon #B35026

Color information

#B35026 (or 0xB35026) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 50 and 26. RGB value is (179,80,38). Sum of RGB (Red+Green+Blue) = 179+80+38=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B35026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35026 is #4CAFD9. Grayscale: #696969. Windows color (decimal): -5025754 or 2511027. OLE color: 2511027.

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

Color convert

RGB1798038-
CMYK00.550.790.30
HSL17.87º64.98%42.55%-
HSV(B)17.87º78.77%70.2%-
XYZ21.8115.463.67-
YUV104.8190.3180.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=60.27%
G=26.94%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179803800.550.790.3017.8764.9842.55
HexB350260374F1E12412b
Octal26312046067117362210153
Binary1011001110100001001100110111100111111110100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35026; }

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

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

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

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

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

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

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

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