#B92A61

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

Shades of Old Rose #B92A61

Tints of Old Rose #B92A61

Color information

#B92A61 (or 0xB92A61) is unknown color: approx Old Rose. HEX triplet: B9, 2A and 61. RGB value is (185,42,97). Sum of RGB (Red+Green+Blue) = 185+42+97=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A61 is #46D59E. Grayscale: #5A5A5A. Windows color (decimal): -4642207 or 6367929. OLE color: 6367929.

HSL color Cylindrical-coordinate representation of color #B92A61: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A61 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1854297-
CMYK00.770.480.27
HSL336.92º63%44.51%-
HSV(B)336.92º77.3%72.55%-
XYZ22.9912.8312.57-
YUV91.03131.38195.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=57.10%
G=12.96%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185429700.770.480.27336.926344.51
HexB92A6104D301B1513f2d
Octal27152141011560335217755
Binary1011100110101011000010100110111000011011101010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A61; }

 p { color: rgb(185,42,97); }

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

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

 a { background-color: rgb(185,42,97); }

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

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

 span { border-color: rgb(185,42,97); }

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