#B7264F

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

Shades of Old Rose #B7264F

Tints of Old Rose #B7264F

Color information

#B7264F (or 0xB7264F) is unknown color: approx Old Rose. HEX triplet: B7, 26 and 4F. RGB value is (183,38,79). Sum of RGB (Red+Green+Blue) = 183+38+79=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7264F is #48D9B0. Grayscale: #565656. Windows color (decimal): -4774321 or 5187255. OLE color: 5187255.

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

Color convert

RGB1833879-
CMYK00.790.570.28
HSL343.03º65.61%43.33%-
HSV(B)343.03º79.23%71.76%-
XYZ21.6312.028.58-
YUV86.03124.04197.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=61%
G=12.67%
B=26.33%

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
Decimal183387900.790.570.28343.0365.6143.33
HexB7264F04F391C157422b
Octal267461170117713452710253
Binary10110111100110100111101001111111001111001010101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7264F; }

 p { color: rgb(183,38,79); }

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

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

 a { background-color: rgb(183,38,79); }

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

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

 span { border-color: rgb(183,38,79); }

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