#B1492A

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

Shades of Rose Of Sharon #B1492A

Tints of Rose Of Sharon #B1492A

Color information

#B1492A (or 0xB1492A) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 49 and 2A. RGB value is (177,73,42). Sum of RGB (Red+Green+Blue) = 177+73+42=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1492A is #4EB6D5. Grayscale: #646464. Windows color (decimal): -5158614 or 2771377. OLE color: 2771377.

HSL color Cylindrical-coordinate representation of color #B1492A: hue angle of 13.78º degrees, saturation: 0.62, 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 #B1492A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1777342-
CMYK00.590.760.31
HSL13.78º61.64%42.94%-
HSV(B)13.78º76.27%69.41%-
XYZ20.9314.283.84-
YUV100.5694.96182.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=60.62%
G=25%
B=14.38%

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
Decimal177734200.590.760.3113.7861.6442.94
HexB1492A03B4C1Fe3e2b
Octal2611115207311437167653
Binary10110001100100110101001110111001100111111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1492A; }

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

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

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

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

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

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

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

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