Html Css Color HEX #B2316E Rouge

📋 copy color: '#B2316E'

red 178 ◦ green 49 ◦ blue 110

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

Shades of Rouge #B2316E

Tints of Rouge #B2316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 52.82%
G = 14.54%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2316E (or 0xB2316E) is known color: Rouge. HEX triplet: B2, 31 and 6E. RGB value is (178,49,110). Sum of RGB (Red+Green+Blue) = 178+49+110=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2316E is #4DCE91. Grayscale: #5E5E5E. Windows color (decimal): -5099154 or 7221682. OLE color: 7221682.

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

Color convert

RGB 178 49 110 -
CMYK 0 0.72 0.38 0.30
HSL 331.63º 0.57% 0.45% -
HSV(B) 331.63º 0.72% 0.7% -
XYZ 22.27 12.79 16.05 -
YUV 94.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 178 49 110 0 0.72 0.38 0.30 331.63 0.57 0.45
Hex B2 31 6E 0 48 26 1E 14C 39 2D
Octal 262 61 156 0 110 46 36 514 71 55
Binary 10110010 110001 1101110 0 1001000 100110 11110 101001100 111001 101101

Color Harmonies of #B2316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2316E

Black with #B2316E

Text Example


Text Example

White with #B2316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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