#B23E44

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

Shades of Old Rose #B23E44

Tints of Old Rose #B23E44

Color information

#B23E44 (or 0xB23E44) is unknown color: approx Old Rose. HEX triplet: B2, 3E and 44. RGB value is (178,62,68). Sum of RGB (Red+Green+Blue) = 178+62+68=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E44 is #4DC1BB. Grayscale: #616161. Windows color (decimal): -5095868 or 4472498. OLE color: 4472498.

HSL color Cylindrical-coordinate representation of color #B23E44: hue angle of 356.9º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E44 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1786268-
CMYK00.650.620.30
HSL356.9º48.33%47.06%-
HSV(B)356.9º65.17%69.8%-
XYZ21.1313.336.93-
YUV97.37111.43185.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.79%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=57.79%
G=20.13%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178626800.650.620.30356.948.3347.06
HexB23E440413E1E165302f
Octal26276104010176365456057
Binary1011001011111010001000100000111111011110101100101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E44; }

 p { color: rgb(178,62,68); }

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

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

 a { background-color: rgb(178,62,68); }

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

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

 span { border-color: rgb(178,62,68); }

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