Html Css Color HEX #B03166 Rouge

📋 copy color: '#B03166'

red 176 ◦ green 49 ◦ blue 102

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

Shades of Rouge #B03166

Tints of Rouge #B03166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 53.82%
G = 14.98%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B03166 (or 0xB03166) is known color: Rouge. HEX triplet: B0, 31 and 66. RGB value is (176,49,102). Sum of RGB (Red+Green+Blue) = 176+49+102=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B03166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03166 is #4FCE99. Grayscale: #5C5C5C. Windows color (decimal): -5230234 or 6697392. OLE color: 6697392.

HSL color Cylindrical-coordinate representation of color #B03166: hue angle of 334.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03166 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 102 -
CMYK 0 0.72 0.42 0.31
HSL 334.96º 0.56% 0.44% -
HSV(B) 334.96º 0.72% 0.69% -
XYZ 21.4 12.39 13.83 -
YUV 93.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 176 49 102 0 0.72 0.42 0.31 334.96 0.56 0.44
Hex B0 31 66 0 48 2A 1F 14F 38 2C
Octal 260 61 146 0 110 52 37 517 70 54
Binary 10110000 110001 1100110 0 1001000 101010 11111 101001111 111000 101100

Color Harmonies of #B03166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03166

Black with #B03166

Text Example


Text Example

White with #B03166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03166; }

 p { color: rgb(176,49,102); }

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

background-color css

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

 a { background-color: rgb(176,49,102); }

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

border-color css

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

 span { border-color: rgb(176,49,102); }

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