#B6305B

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

Shades of Old Rose #B6305B

Tints of Old Rose #B6305B

Color information

#B6305B (or 0xB6305B) is unknown color: approx Old Rose. HEX triplet: B6, 30 and 5B. RGB value is (182,48,91). Sum of RGB (Red+Green+Blue) = 182+48+91=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6305B is #49CFA4. Grayscale: #5C5C5C. Windows color (decimal): -4837285 or 5976246. OLE color: 5976246.

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

Color convert

RGB1824891-
CMYK00.740.50.29
HSL340.75º58.26%45.1%-
HSV(B)340.75º73.63%71.37%-
XYZ22.2412.8111.2-
YUV92.97126.89191.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=56.70%
G=14.95%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182489100.740.50.29340.7558.2645.1
HexB6305B04A321D1553a2d
Octal26660133011262355257255
Binary1011011011000010110110100101011001011101101010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6305B; }

 p { color: rgb(182,48,91); }

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

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

 a { background-color: rgb(182,48,91); }

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

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

 span { border-color: rgb(182,48,91); }

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