#B7255B

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

Shades of Old Rose #B7255B

Tints of Old Rose #B7255B

Color information

#B7255B (or 0xB7255B) is unknown color: approx Old Rose. HEX triplet: B7, 25 and 5B. RGB value is (183,37,91). Sum of RGB (Red+Green+Blue) = 183+37+91=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7255B is #48DAA4. Grayscale: #565656. Windows color (decimal): -4774565 or 5973431. OLE color: 5973431.

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

Color convert

RGB1833791-
CMYK00.800.500.28
HSL337.81º66.36%43.14%-
HSV(B)337.81º79.78%71.76%-
XYZ22.0812.1511.08-
YUV86.81130.37196.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=58.84%
G=11.90%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183379100.800.500.28337.8166.3643.14
HexB7255B050321C152422b
Octal267451330120623452210253
Binary10110111100101101101101010000110010111001010100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7255B; }

 p { color: rgb(183,37,91); }

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

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

 a { background-color: rgb(183,37,91); }

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

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

 span { border-color: rgb(183,37,91); }

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