#B23470

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

Shades of Rouge #B23470

Tints of Rouge #B23470

Color information

#B23470 (or 0xB23470) is unknown color: approx Rouge. HEX triplet: B2, 34 and 70. RGB value is (178,52,112). Sum of RGB (Red+Green+Blue) = 178+52+112=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B23470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23470 is #4DCB8F. Grayscale: #606060. Windows color (decimal): -5098384 or 7353522. OLE color: 7353522.

HSL color Cylindrical-coordinate representation of color #B23470: hue angle of 331.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23470 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17852112-
CMYK00.710.370.30
HSL331.43º54.78%45.1%-
HSV(B)331.43º70.79%69.8%-
XYZ22.5113.0916.67-
YUV96.51136.74186.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=52.05%
G=15.20%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785211200.710.370.30331.4354.7845.1
HexB23470047251E14b372d
Octal26264160010745365136755
Binary1011001011010011100000100011110010111110101001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23470; }

 p { color: rgb(178,52,112); }

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

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

 a { background-color: rgb(178,52,112); }

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

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

 span { border-color: rgb(178,52,112); }

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