Html Css Color HEX #B0376F Rouge

📋 copy color: '#B0376F'

red 176 ◦ green 55 ◦ blue 111

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

Shades of Rouge #B0376F

Tints of Rouge #B0376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 51.46%
G = 16.08%
B = 32.46%

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

#B0376F (or 0xB0376F) is known color: Rouge. HEX triplet: B0, 37 and 6F. RGB value is (176,55,111). Sum of RGB (Red+Green+Blue) = 176+55+111=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0376F is #4FC890. Grayscale: #616161. Windows color (decimal): -5228689 or 7288752. OLE color: 7288752.

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

Color convert

RGB 176 55 111 -
CMYK 0 0.69 0.37 0.31
HSL 332.23º 0.52% 0.45% -
HSV(B) 332.23º 0.69% 0.69% -
XYZ 22.14 13.11 16.4 -
YUV 97.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 176 55 111 0 0.69 0.37 0.31 332.23 0.52 0.45
Hex B0 37 6F 0 45 25 1F 14C 34 2D
Octal 260 67 157 0 105 45 37 514 64 55
Binary 10110000 110111 1101111 0 1000101 100101 11111 101001100 110100 101101

Color Harmonies of #B0376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0376F

Black with #B0376F

Text Example


Text Example

White with #B0376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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