#B7354B

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

Shades of Old Rose #B7354B

Tints of Old Rose #B7354B

Color information

#B7354B (or 0xB7354B) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 4B. RGB value is (183,53,75). Sum of RGB (Red+Green+Blue) = 183+53+75=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7354B is #48CAB4. Grayscale: #5E5E5E. Windows color (decimal): -4770485 or 4928951. OLE color: 4928951.

HSL color Cylindrical-coordinate representation of color #B7354B: hue angle of 349.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7354B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1835375-
CMYK00.710.590.28
HSL349.85º55.08%46.27%-
HSV(B)349.85º71.04%71.76%-
XYZ22.0713.128.03-
YUV94.38117.07191.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=58.84%
G=17.04%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183537500.710.590.28349.8555.0846.27
HexB7354B0473B1C15e372e
Octal26765113010773345366756
Binary1011011111010110010110100011111101111100101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7354B; }

 p { color: rgb(183,53,75); }

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

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

 a { background-color: rgb(183,53,75); }

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

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

 span { border-color: rgb(183,53,75); }

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