#b25026

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

Shades of Rose Of Sharon #B25026

Tints of Rose Of Sharon #B25026

Color information

#B25026 (or 0xB25026) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 50 and 26. RGB value is (178,80,38). Sum of RGB (Red+Green+Blue) = 178+80+38=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B25026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25026 is #4DAFD9. Grayscale: #686868. Windows color (decimal): -5091290 or 2511026. OLE color: 2511026.

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

Color convert

RGB1788038-
CMYK00.550.790.30
HSL18º64.81%42.35%-
HSV(B)18º78.65%69.8%-
XYZ21.5815.343.66-
YUV104.5190.47180.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=60.14%
G=27.03%
B=12.84%

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
Decimal178803800.550.790.301864.8142.35
HexB250260374F1E12412a
Octal26212046067117362210152
Binary1011001010100001001100110111100111111110100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25026; }

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

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

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

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

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

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

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

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