Html Css Color HEX #B2376A Rouge

📋 copy color: '#B2376A'

red 178 ◦ green 55 ◦ blue 106

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

Shades of Rouge #B2376A

Tints of Rouge #B2376A

RGB

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

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

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

R = 52.51%
G = 16.22%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2376A (or 0xB2376A) is known color: Rouge. HEX triplet: B2, 37 and 6A. RGB value is (178,55,106). Sum of RGB (Red+Green+Blue) = 178+55+106=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2376A is #4DC895. Grayscale: #616161. Windows color (decimal): -5097622 or 6961074. OLE color: 6961074.

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

Color convert

RGB 178 55 106 -
CMYK 0 0.69 0.40 0.30
HSL 335.12º 0.53% 0.46% -
HSV(B) 335.12º 0.69% 0.7% -
XYZ 22.33 13.24 15.01 -
YUV 97.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 178 55 106 0 0.69 0.40 0.30 335.12 0.53 0.46
Hex B2 37 6A 0 45 28 1E 14F 35 2E
Octal 262 67 152 0 105 50 36 517 65 56
Binary 10110010 110111 1101010 0 1000101 101000 11110 101001111 110101 101110

Color Harmonies of #B2376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2376A

Black with #B2376A

Text Example


Text Example

White with #B2376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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