#B04B2C

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

Shades of Rose Of Sharon #B04B2C

Tints of Rose Of Sharon #B04B2C

Color information

#B04B2C (or 0xB04B2C) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 4B and 2C. RGB value is (176,75,44). Sum of RGB (Red+Green+Blue) = 176+75+44=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04B2C is #4FB4D3. Grayscale: #656565. Windows color (decimal): -5223636 or 2902960. OLE color: 2902960.

HSL color Cylindrical-coordinate representation of color #B04B2C: hue angle of 14.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B04B2C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1767544-
CMYK00.570.750.31
HSL14.09º60%43.14%-
HSV(B)14.09º75%69.02%-
XYZ20.8814.444.07-
YUV101.6695.46181.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=59.66%
G=25.42%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176754400.570.750.3114.096043.14
HexB04B2C0394B1Fe3c2b
Octal2601135407111337167453
Binary10110000100101110110001110011001011111111110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B2C; }

 p { color: rgb(176,75,44); }

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

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

 a { background-color: rgb(176,75,44); }

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

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

 span { border-color: rgb(176,75,44); }

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