#b23a67

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

Shades of Rouge #B23A67

Tints of Rouge #B23A67

Color information

#B23A67 (or 0xB23A67) is unknown color: approx Rouge. HEX triplet: B2, 3A and 67. RGB value is (178,58,103). Sum of RGB (Red+Green+Blue) = 178+58+103=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A67 is #4DC598. Grayscale: #626262. Windows color (decimal): -5096857 or 6765234. OLE color: 6765234.

HSL color Cylindrical-coordinate representation of color #B23A67: hue angle of 337.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A67 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17858103-
CMYK00.670.420.30
HSL337.5º50.85%46.27%-
HSV(B)337.5º67.42%69.8%-
XYZ22.3213.4714.26-
YUV99.01130.26184.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=52.51%
G=17.11%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785810300.670.420.30337.550.8546.27
HexB23A670432A1E152332e
Octal26272147010352365226356
Binary1011001011101011001110100001110101011110101010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23a67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23a67; }

 p { color: rgb(178,58,103); }

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

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

 a { background-color: rgb(178,58,103); }

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

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

 span { border-color: rgb(178,58,103); }

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