Html Css Color HEX #B23164 Rouge

📋 copy color: '#B23164'

red 178 ◦ green 49 ◦ blue 100

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

Shades of Rouge #B23164

Tints of Rouge #B23164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 54.43%
G = 14.98%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B23164 (or 0xB23164) is known color: Rouge. HEX triplet: B2, 31 and 64. RGB value is (178,49,100). Sum of RGB (Red+Green+Blue) = 178+49+100=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B23164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23164 is #4DCE9B. Grayscale: #5D5D5D. Windows color (decimal): -5099164 or 6566322. OLE color: 6566322.

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

Color convert

RGB 178 49 100 -
CMYK 0 0.72 0.44 0.30
HSL 336.28º 0.57% 0.45% -
HSV(B) 336.28º 0.72% 0.7% -
XYZ 21.76 12.58 13.34 -
YUV 93.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 178 49 100 0 0.72 0.44 0.30 336.28 0.57 0.45
Hex B2 31 64 0 48 2C 1E 150 39 2D
Octal 262 61 144 0 110 54 36 520 71 55
Binary 10110010 110001 1100100 0 1001000 101100 11110 101010000 111001 101101

Color Harmonies of #B23164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23164

Black with #B23164

Text Example


Text Example

White with #B23164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23164; }

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

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

background-color css

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

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

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

border-color css

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

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

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