Html Css Color HEX #B23162 Rouge

📋 copy color: '#B23162'

red 178 ◦ green 49 ◦ blue 98

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

Shades of Rouge #B23162

Tints of Rouge #B23162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 54.77%
G = 15.08%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B23162 (or 0xB23162) is known color: Rouge. HEX triplet: B2, 31 and 62. RGB value is (178,49,98). Sum of RGB (Red+Green+Blue) = 178+49+98=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B23162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23162 is #4DCE9D. Grayscale: #5D5D5D. Windows color (decimal): -5099166 or 6435250. OLE color: 6435250.

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

Color convert

RGB 178 49 98 -
CMYK 0 0.72 0.45 0.30
HSL 337.21º 0.57% 0.45% -
HSV(B) 337.21º 0.72% 0.7% -
XYZ 21.66 12.54 12.83 -
YUV 93.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 178 49 98 0 0.72 0.45 0.30 337.21 0.57 0.45
Hex B2 31 62 0 48 2D 1E 151 39 2D
Octal 262 61 142 0 110 55 36 521 71 55
Binary 10110010 110001 1100010 0 1001000 101101 11110 101010001 111001 101101

Color Harmonies of #B23162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23162

Black with #B23162

Text Example


Text Example

White with #B23162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23162; }

 p { color: rgb(178,49,98); }

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

background-color css

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

 a { background-color: rgb(178,49,98); }

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

border-color css

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

 span { border-color: rgb(178,49,98); }

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