#B7274E

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

Shades of Old Rose #B7274E

Tints of Old Rose #B7274E

Color information

#B7274E (or 0xB7274E) is unknown color: approx Old Rose. HEX triplet: B7, 27 and 4E. RGB value is (183,39,78). Sum of RGB (Red+Green+Blue) = 183+39+78=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7274E is #48D8B1. Grayscale: #565656. Windows color (decimal): -4774066 or 5121975. OLE color: 5121975.

HSL color Cylindrical-coordinate representation of color #B7274E: hue angle of 343.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7274E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1833978-
CMYK00.790.570.28
HSL343.75º64.86%43.53%-
HSV(B)343.75º78.69%71.76%-
XYZ21.6312.078.4-
YUV86.5123.21196.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 78 (30.86% from 255) = 26%
R=61%
G=13%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183397800.790.570.28343.7564.8643.53
HexB7274E04F391C158412c
Octal267471160117713453010154
Binary10110111100111100111001001111111001111001010110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7274E; }

 p { color: rgb(183,39,78); }

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

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

 a { background-color: rgb(183,39,78); }

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

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

 span { border-color: rgb(183,39,78); }

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