#B25421

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

Shades of Rose Of Sharon #B25421

Tints of Rose Of Sharon #B25421

Color information

#B25421 (or 0xB25421) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 54 and 21. RGB value is (178,84,33). Sum of RGB (Red+Green+Blue) = 178+84+33=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B25421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25421 is #4DABDE. Grayscale: #6A6A6A. Windows color (decimal): -5090271 or 2184370. OLE color: 2184370.

HSL color Cylindrical-coordinate representation of color #B25421: hue angle of 21.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25421 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1788433-
CMYK00.530.810.30
HSL21.1º68.72%41.37%-
HSV(B)21.1º81.46%69.8%-
XYZ21.815.923.36-
YUV106.2986.64179.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=60.34%
G=28.47%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178843300.530.810.3021.168.7241.37
HexB25421035511E154529
Octal26212441065121362510551
Binary1011001010101001000010110101101000111110101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25421; }

 p { color: rgb(178,84,33); }

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

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

 a { background-color: rgb(178,84,33); }

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

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

 span { border-color: rgb(178,84,33); }

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