Html Css Color HEX #B03773 Rouge

📋 copy color: '#B03773'

red 176 ◦ green 55 ◦ blue 115

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

Shades of Rouge #B03773

Tints of Rouge #B03773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 50.87%
G = 15.9%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03773 (or 0xB03773) is known color: Rouge. HEX triplet: B0, 37 and 73. RGB value is (176,55,115). Sum of RGB (Red+Green+Blue) = 176+55+115=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B03773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03773 is #4FC88C. Grayscale: #616161. Windows color (decimal): -5228685 or 7550896. OLE color: 7550896.

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

Color convert

RGB 176 55 115 -
CMYK 0 0.69 0.35 0.31
HSL 330.25º 0.52% 0.45% -
HSV(B) 330.25º 0.69% 0.69% -
XYZ 22.37 13.2 17.59 -
YUV 98.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 176 55 115 0 0.69 0.35 0.31 330.25 0.52 0.45
Hex B0 37 73 0 45 23 1F 14A 34 2D
Octal 260 67 163 0 105 43 37 512 64 55
Binary 10110000 110111 1110011 0 1000101 100011 11111 101001010 110100 101101

Color Harmonies of #B03773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03773

Black with #B03773

Text Example


Text Example

White with #B03773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03773; }

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

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

background-color css

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

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

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

border-color css

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

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

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