Html Css Color HEX #B2376B Rouge

📋 copy color: '#B2376B'

red 178 ◦ green 55 ◦ blue 107

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

Shades of Rouge #B2376B

Tints of Rouge #B2376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 52.35%
G = 16.18%
B = 31.47%

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

#B2376B (or 0xB2376B) is known color: Rouge. HEX triplet: B2, 37 and 6B. RGB value is (178,55,107). Sum of RGB (Red+Green+Blue) = 178+55+107=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2376B is #4DC894. Grayscale: #616161. Windows color (decimal): -5097621 or 7026610. OLE color: 7026610.

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

Color convert

RGB 178 55 107 -
CMYK 0 0.69 0.40 0.30
HSL 334.63º 0.53% 0.46% -
HSV(B) 334.63º 0.69% 0.7% -
XYZ 22.38 13.26 15.29 -
YUV 97.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 178 55 107 0 0.69 0.40 0.30 334.63 0.53 0.46
Hex B2 37 6B 0 45 28 1E 14F 35 2E
Octal 262 67 153 0 105 50 36 517 65 56
Binary 10110010 110111 1101011 0 1000101 101000 11110 101001111 110101 101110

Color Harmonies of #B2376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2376B

Black with #B2376B

Text Example


Text Example

White with #B2376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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