Html Css Color HEX #B2376D Rouge

📋 copy color: '#B2376D'

red 178 ◦ green 55 ◦ blue 109

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

Shades of Rouge #B2376D

Tints of Rouge #B2376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 52.05%
G = 16.08%
B = 31.87%

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

#B2376D (or 0xB2376D) is known color: Rouge. HEX triplet: B2, 37 and 6D. RGB value is (178,55,109). Sum of RGB (Red+Green+Blue) = 178+55+109=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2376D is #4DC892. Grayscale: #616161. Windows color (decimal): -5097619 or 7157682. OLE color: 7157682.

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

Color convert

RGB 178 55 109 -
CMYK 0 0.69 0.39 0.30
HSL 333.66º 0.53% 0.46% -
HSV(B) 333.66º 0.69% 0.7% -
XYZ 22.49 13.3 15.85 -
YUV 97.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 178 55 109 0 0.69 0.39 0.30 333.66 0.53 0.46
Hex B2 37 6D 0 45 27 1E 14E 35 2E
Octal 262 67 155 0 105 47 36 516 65 56
Binary 10110010 110111 1101101 0 1000101 100111 11110 101001110 110101 101110

Color Harmonies of #B2376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2376D

Black with #B2376D

Text Example


Text Example

White with #B2376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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