#B65121

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

Shades of Rose Of Sharon #B65121

Tints of Rose Of Sharon #B65121

Color information

#B65121 (or 0xB65121) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 51 and 21. RGB value is (182,81,33). Sum of RGB (Red+Green+Blue) = 182+81+33=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B65121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65121 is #49AEDE. Grayscale: #6A6A6A. Windows color (decimal): -4828895 or 2183606. OLE color: 2183606.

HSL color Cylindrical-coordinate representation of color #B65121: hue angle of 19.33º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B65121 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1828133-
CMYK00.550.820.29
HSL19.33º69.3%42.16%-
HSV(B)19.33º81.87%71.37%-
XYZ22.5115.943.33-
YUV105.7386.96182.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=61.49%
G=27.36%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182813300.550.820.2919.3369.342.16
HexB65121037521D13452a
Octal26612141067122352310552
Binary1011011010100011000010110111101001011101100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65121; }

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

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

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

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

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

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

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

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