#B65124

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

Shades of Rose Of Sharon #B65124

Tints of Rose Of Sharon #B65124

Color information

#B65124 (or 0xB65124) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 51 and 24. RGB value is (182,81,36). Sum of RGB (Red+Green+Blue) = 182+81+36=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B65124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65124 is #49AEDB. Grayscale: #6A6A6A. Windows color (decimal): -4828892 or 2380214. OLE color: 2380214.

HSL color Cylindrical-coordinate representation of color #B65124: hue angle of 18.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B65124 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1828136-
CMYK00.550.800.29
HSL18.49º66.97%42.75%-
HSV(B)18.49º80.22%71.37%-
XYZ22.5515.963.56-
YUV106.0788.46182.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=60.87%
G=27.09%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182813600.550.800.2918.4966.9742.75
HexB65124037501D12432b
Octal26612144067120352210353
Binary1011011010100011001000110111101000011101100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65124; }

 p { color: rgb(182,81,36); }

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

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

 a { background-color: rgb(182,81,36); }

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

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

 span { border-color: rgb(182,81,36); }

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