#B65021

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

Shades of Rose Of Sharon #B65021

Tints of Rose Of Sharon #B65021

Color information

#B65021 (or 0xB65021) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 50 and 21. RGB value is (182,80,33). Sum of RGB (Red+Green+Blue) = 182+80+33=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B65021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65021 is #49AFDE. Grayscale: #696969. Windows color (decimal): -4829151 or 2183350. OLE color: 2183350.

HSL color Cylindrical-coordinate representation of color #B65021: hue angle of 18.93º 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 #B65021 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1828033-
CMYK00.560.820.29
HSL18.93º69.3%42.16%-
HSV(B)18.93º81.87%71.37%-
XYZ22.4315.793.3-
YUV105.1487.29182.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=61.69%
G=27.12%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182803300.560.820.2918.9369.342.16
HexB65021038521D13452a
Octal26612041070122352310552
Binary1011011010100001000010111000101001011101100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65021; }

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

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

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

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

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

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

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

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