Html Css Color HEX #B23471 Rouge

📋 copy color: '#B23471'

red 178 ◦ green 52 ◦ blue 113

#B23471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B23471

Tints of Rouge #B23471

RGB

 RED value IS 178 (69.92% from 255) = 51.9%

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 51.9%
G = 15.16%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23471 (or 0xB23471) is known color: Rouge. HEX triplet: B2, 34 and 71. RGB value is (178,52,113). Sum of RGB (Red+Green+Blue) = 178+52+113=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23471 is #4DCB8E. Grayscale: #606060. Windows color (decimal): -5098383 or 7419058. OLE color: 7419058.

HSL color Cylindrical-coordinate representation of color #B23471: hue angle of 330.95º 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 #B23471 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 113 -
CMYK 0 0.71 0.37 0.30
HSL 330.95º 0.55% 0.45% -
HSV(B) 330.95º 0.71% 0.7% -
XYZ 22.57 13.11 16.96 -
YUV 96.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 178 52 113 0 0.71 0.37 0.30 330.95 0.55 0.45
Hex B2 34 71 0 47 25 1E 14B 37 2D
Octal 262 64 161 0 107 45 36 513 67 55
Binary 10110010 110100 1110001 0 1000111 100101 11110 101001011 110111 101101

Color Harmonies of #B23471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23471

Black with #B23471

Text Example


Text Example

White with #B23471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23471; }

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

 H1.HeaderClassName
 {
   color: #B23471;
 }
 .AnyTagClassName
 {
   color: #B23471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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