#B6462A

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

Shades of Rose Of Sharon #B6462A

Tints of Rose Of Sharon #B6462A

Color information

#B6462A (or 0xB6462A) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 46 and 2A. RGB value is (182,70,42). Sum of RGB (Red+Green+Blue) = 182+70+42=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6462A is #49B9D5. Grayscale: #646464. Windows color (decimal): -4831702 or 2770614. OLE color: 2770614.

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

Color convert

RGB1827042-
CMYK00.620.770.29
HSL12º62.5%43.92%-
HSV(B)12º76.92%71.37%-
XYZ21.914.493.83-
YUV100.395.11186.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=61.90%
G=23.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182704200.620.770.291262.543.92
HexB6462A03E4D1Dc3e2c
Octal2661065207611535147654
Binary10110110100011010101001111101001101111011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6462A; }

 p { color: rgb(182,70,42); }

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

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

 a { background-color: rgb(182,70,42); }

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

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

 span { border-color: rgb(182,70,42); }

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