#B23D67

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

Shades of Rouge #B23D67

Tints of Rouge #B23D67

Color information

#B23D67 (or 0xB23D67) is unknown color: approx Rouge. HEX triplet: B2, 3D and 67. RGB value is (178,61,103). Sum of RGB (Red+Green+Blue) = 178+61+103=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D67 is #4DC298. Grayscale: #646464. Windows color (decimal): -5096089 or 6766002. OLE color: 6766002.

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

Color convert

RGB17861103-
CMYK00.660.420.30
HSL338.46º48.95%46.86%-
HSV(B)338.46º65.73%69.8%-
XYZ22.4813.7814.31-
YUV100.77129.26183.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=52.05%
G=17.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786110300.660.420.30338.4648.9546.86
HexB23D670422A1E152312f
Octal26275147010252365226157
Binary1011001011110111001110100001010101011110101010010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D67; }

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

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

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

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

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

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

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

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