#B25225

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

Shades of Rose Of Sharon #B25225

Tints of Rose Of Sharon #B25225

Color information

#B25225 (or 0xB25225) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 52 and 25. RGB value is (178,82,37). Sum of RGB (Red+Green+Blue) = 178+82+37=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B25225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25225 is #4DADDA. Grayscale: #696969. Windows color (decimal): -5090779 or 2446002. OLE color: 2446002.

HSL color Cylindrical-coordinate representation of color #B25225: hue angle of 19.15º degrees, saturation: 0.66, 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 #B25225 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1788237-
CMYK00.540.790.30
HSL19.15º65.58%42.16%-
HSV(B)19.15º79.21%69.8%-
XYZ21.7115.633.62-
YUV105.5789.3179.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=59.93%
G=27.61%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178823700.540.790.3019.1565.5842.16
HexB252250364F1E13422a
Octal26212245066117362310252
Binary1011001010100101001010110110100111111110100111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25225; }

 p { color: rgb(178,82,37); }

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

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

 a { background-color: rgb(178,82,37); }

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

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

 span { border-color: rgb(178,82,37); }

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