Html Css Color HEX #B2316C Rouge

📋 copy color: '#B2316C'

red 178 ◦ green 49 ◦ blue 108

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

Shades of Rouge #B2316C

Tints of Rouge #B2316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 53.13%
G = 14.63%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2316C (or 0xB2316C) is known color: Rouge. HEX triplet: B2, 31 and 6C. RGB value is (178,49,108). Sum of RGB (Red+Green+Blue) = 178+49+108=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2316C is #4DCE93. Grayscale: #5E5E5E. Windows color (decimal): -5099156 or 7090610. OLE color: 7090610.

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

Color convert

RGB 178 49 108 -
CMYK 0 0.72 0.39 0.30
HSL 332.56º 0.57% 0.45% -
HSV(B) 332.56º 0.72% 0.7% -
XYZ 22.17 12.74 15.48 -
YUV 94.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 178 49 108 0 0.72 0.39 0.30 332.56 0.57 0.45
Hex B2 31 6C 0 48 27 1E 14D 39 2D
Octal 262 61 154 0 110 47 36 515 71 55
Binary 10110010 110001 1101100 0 1001000 100111 11110 101001101 111001 101101

Color Harmonies of #B2316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2316C

Black with #B2316C

Text Example


Text Example

White with #B2316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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