#B45223

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

Shades of Rose Of Sharon #B45223

Tints of Rose Of Sharon #B45223

Color information

#B45223 (or 0xB45223) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 52 and 23. RGB value is (180,82,35). Sum of RGB (Red+Green+Blue) = 180+82+35=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B45223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45223 is #4BADDC. Grayscale: #6A6A6A. Windows color (decimal): -4959709 or 2314932. OLE color: 2314932.

HSL color Cylindrical-coordinate representation of color #B45223: hue angle of 19.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B45223 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1808235-
CMYK00.540.810.29
HSL19.45º67.44%42.16%-
HSV(B)19.45º80.56%70.59%-
XYZ22.1415.863.48-
YUV105.9487.97180.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 35 (14.06% from 255) = 11.78%
R=60.61%
G=27.61%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180823500.540.810.2919.4567.4442.16
HexB45223036511D13432a
Octal26412243066121352310352
Binary1011010010100101000110110110101000111101100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45223; }

 p { color: rgb(180,82,35); }

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

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

 a { background-color: rgb(180,82,35); }

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

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

 span { border-color: rgb(180,82,35); }

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