#B6274B

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

Shades of Old Rose #B6274B

Tints of Old Rose #B6274B

Color information

#B6274B (or 0xB6274B) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 4B. RGB value is (182,39,75). Sum of RGB (Red+Green+Blue) = 182+39+75=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6274B is #49D8B4. Grayscale: #555555. Windows color (decimal): -4839605 or 4925366. OLE color: 4925366.

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

Color convert

RGB1823975-
CMYK00.790.590.29
HSL344.9º64.71%43.33%-
HSV(B)344.9º78.57%71.37%-
XYZ21.2911.97.83-
YUV85.86121.88196.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=61.49%
G=13.18%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182397500.790.590.29344.964.7143.33
HexB6274B04F3B1D159412b
Octal266471130117733553110153
Binary10110110100111100101101001111111011111011010110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6274B; }

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

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

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

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

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

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

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

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