#B6275D

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

Shades of Old Rose #B6275D

Tints of Old Rose #B6275D

Color information

#B6275D (or 0xB6275D) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 5D. RGB value is (182,39,93). Sum of RGB (Red+Green+Blue) = 182+39+93=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6275D is #49D8A2. Grayscale: #575757. Windows color (decimal): -4839587 or 6105014. OLE color: 6105014.

HSL color Cylindrical-coordinate representation of color #B6275D: hue angle of 337.34º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6275D is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1823993-
CMYK00.790.490.29
HSL337.34º64.71%43.33%-
HSV(B)337.34º78.57%71.37%-
XYZ21.9912.1911.55-
YUV87.91130.88195.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=57.96%
G=12.42%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182399300.790.490.29337.3464.7143.33
HexB6275D04F311D151412b
Octal266471350117613552110153
Binary10110110100111101110101001111110001111011010100011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6275D; }

 p { color: rgb(182,39,93); }

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

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

 a { background-color: rgb(182,39,93); }

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

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

 span { border-color: rgb(182,39,93); }

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