#B4492E

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

Shades of Rose Of Sharon #B4492E

Tints of Rose Of Sharon #B4492E

Color information

#B4492E (or 0xB4492E) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 49 and 2E. RGB value is (180,73,46). Sum of RGB (Red+Green+Blue) = 180+73+46=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B4492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4492E is #4BB6D1. Grayscale: #666666. Windows color (decimal): -4962002 or 3033524. OLE color: 3033524.

HSL color Cylindrical-coordinate representation of color #B4492E: hue angle of 12.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4492E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1807346-
CMYK00.590.740.29
HSL12.09º59.29%44.31%-
HSV(B)12.09º74.44%70.59%-
XYZ21.714.674.27-
YUV101.9296.45183.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=60.20%
G=24.41%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180734600.590.740.2912.0959.2944.31
HexB4492E03B4A1Dc3b2c
Octal2641115607311235147354
Binary10110100100100110111001110111001010111011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4492E; }

 p { color: rgb(180,73,46); }

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

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

 a { background-color: rgb(180,73,46); }

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

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

 span { border-color: rgb(180,73,46); }

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