Html Css Color HEX #B2376C Rouge

📋 copy color: '#B2376C'

red 178 ◦ green 55 ◦ blue 108

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

Shades of Rouge #B2376C

Tints of Rouge #B2376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 52.2%
G = 16.13%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2376C (or 0xB2376C) is known color: Rouge. HEX triplet: B2, 37 and 6C. RGB value is (178,55,108). Sum of RGB (Red+Green+Blue) = 178+55+108=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2376C is #4DC893. Grayscale: #616161. Windows color (decimal): -5097620 or 7092146. OLE color: 7092146.

HSL color Cylindrical-coordinate representation of color #B2376C: hue angle of 334.15º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2376C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 108 -
CMYK 0 0.69 0.39 0.30
HSL 334.15º 0.53% 0.46% -
HSV(B) 334.15º 0.69% 0.7% -
XYZ 22.43 13.28 15.57 -
YUV 97.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 178 55 108 0 0.69 0.39 0.30 334.15 0.53 0.46
Hex B2 37 6C 0 45 27 1E 14E 35 2E
Octal 262 67 154 0 105 47 36 516 65 56
Binary 10110010 110111 1101100 0 1000101 100111 11110 101001110 110101 101110

Color Harmonies of #B2376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2376C

Black with #B2376C

Text Example


Text Example

White with #B2376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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