#B25325

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

Shades of Rose Of Sharon #B25325

Tints of Rose Of Sharon #B25325

Color information

#B25325 (or 0xB25325) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 53 and 25. RGB value is (178,83,37). Sum of RGB (Red+Green+Blue) = 178+83+37=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B25325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25325 is #4DACDA. Grayscale: #6A6A6A. Windows color (decimal): -5090523 or 2446258. OLE color: 2446258.

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

Color convert

RGB1788337-
CMYK00.530.790.30
HSL19.57º65.58%42.16%-
HSV(B)19.57º79.21%69.8%-
XYZ21.7915.793.65-
YUV106.1688.97179.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=59.73%
G=27.85%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178833700.530.790.3019.5765.5842.16
HexB253250354F1E14422a
Octal26212345065117362410252
Binary1011001010100111001010110101100111111110101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25325; }

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

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

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

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

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

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

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

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