#B23069

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

Shades of Rouge #B23069

Tints of Rouge #B23069

Color information

#B23069 (or 0xB23069) is unknown color: approx Rouge. HEX triplet: B2, 30 and 69. RGB value is (178,48,105). Sum of RGB (Red+Green+Blue) = 178+48+105=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B23069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23069 is #4DCF96. Grayscale: #5D5D5D. Windows color (decimal): -5099415 or 6893746. OLE color: 6893746.

HSL color Cylindrical-coordinate representation of color #B23069: hue angle of 333.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23069 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17848105-
CMYK00.730.410.30
HSL333.69º57.52%44.31%-
HSV(B)333.69º73.03%69.8%-
XYZ21.9712.614.64-
YUV93.37134.57188.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=53.78%
G=14.50%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784810500.730.410.30333.6957.5244.31
HexB23069049291E14e3a2c
Octal26260151011151365167254
Binary1011001011000011010010100100110100111110101001110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23069; }

 p { color: rgb(178,48,105); }

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

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

 a { background-color: rgb(178,48,105); }

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

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

 span { border-color: rgb(178,48,105); }

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