Html Css Color HEX #B0376E Rouge

📋 copy color: '#B0376E'

red 176 ◦ green 55 ◦ blue 110

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

Shades of Rouge #B0376E

Tints of Rouge #B0376E

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 51.61%
G = 16.13%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0376E (or 0xB0376E) is known color: Rouge. HEX triplet: B0, 37 and 6E. RGB value is (176,55,110). Sum of RGB (Red+Green+Blue) = 176+55+110=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0376E is #4FC891. Grayscale: #616161. Windows color (decimal): -5228690 or 7223216. OLE color: 7223216.

HSL color Cylindrical-coordinate representation of color #B0376E: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0376E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 110 -
CMYK 0 0.69 0.37 0.31
HSL 332.73º 0.52% 0.45% -
HSV(B) 332.73º 0.69% 0.69% -
XYZ 22.09 13.09 16.11 -
YUV 97.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 176 55 110 0 0.69 0.37 0.31 332.73 0.52 0.45
Hex B0 37 6E 0 45 25 1F 14D 34 2D
Octal 260 67 156 0 105 45 37 515 64 55
Binary 10110000 110111 1101110 0 1000101 100101 11111 101001101 110100 101101

Color Harmonies of #B0376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0376E

Black with #B0376E

Text Example


Text Example

White with #B0376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0376E; }

 p { color: rgb(176,55,110); }

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

background-color css

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

 a { background-color: rgb(176,55,110); }

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

border-color css

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

 span { border-color: rgb(176,55,110); }

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