Html Css Color HEX #B2316A Rouge

📋 copy color: '#B2316A'

red 178 ◦ green 49 ◦ blue 106

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

Shades of Rouge #B2316A

Tints of Rouge #B2316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 53.45%
G = 14.71%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2316A (or 0xB2316A) is known color: Rouge. HEX triplet: B2, 31 and 6A. RGB value is (178,49,106). Sum of RGB (Red+Green+Blue) = 178+49+106=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2316A is #4DCE95. Grayscale: #5D5D5D. Windows color (decimal): -5099158 or 6959538. OLE color: 6959538.

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

Color convert

RGB 178 49 106 -
CMYK 0 0.72 0.40 0.30
HSL 333.49º 0.57% 0.45% -
HSV(B) 333.49º 0.72% 0.7% -
XYZ 22.06 12.7 14.92 -
YUV 94.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 178 49 106 0 0.72 0.40 0.30 333.49 0.57 0.45
Hex B2 31 6A 0 48 28 1E 14D 39 2D
Octal 262 61 152 0 110 50 36 515 71 55
Binary 10110010 110001 1101010 0 1001000 101000 11110 101001101 111001 101101

Color Harmonies of #B2316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2316A

Black with #B2316A

Text Example


Text Example

White with #B2316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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