#B0492A

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

Shades of Rose Of Sharon #B0492A

Tints of Rose Of Sharon #B0492A

Color information

#B0492A (or 0xB0492A) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 49 and 2A. RGB value is (176,73,42). Sum of RGB (Red+Green+Blue) = 176+73+42=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0492A is #4FB6D5. Grayscale: #646464. Windows color (decimal): -5224150 or 2771376. OLE color: 2771376.

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

Color convert

RGB1767342-
CMYK00.590.760.31
HSL13.88º61.47%42.75%-
HSV(B)13.88º76.14%69.02%-
XYZ20.714.163.83-
YUV100.2695.12182.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=60.48%
G=25.09%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176734200.590.760.3113.8861.4742.75
HexB0492A03B4C1Fe3d2b
Octal2601115207311437167553
Binary10110000100100110101001110111001100111111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0492A; }

 p { color: rgb(176,73,42); }

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

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

 a { background-color: rgb(176,73,42); }

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

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

 span { border-color: rgb(176,73,42); }

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