Html Css Color HEX #B0416C Rouge

📋 copy color: '#B0416C'

red 176 ◦ green 65 ◦ blue 108

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

Shades of Rouge #B0416C

Tints of Rouge #B0416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 50.43%
G = 18.62%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0416C (or 0xB0416C) is known color: Rouge. HEX triplet: B0, 41 and 6C. RGB value is (176,65,108). Sum of RGB (Red+Green+Blue) = 176+65+108=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416C is #4FBE93. Grayscale: #676767. Windows color (decimal): -5226132 or 7094704. OLE color: 7094704.

HSL color Cylindrical-coordinate representation of color #B0416C: hue angle of 336.76º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0416C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 108 -
CMYK 0 0.63 0.39 0.31
HSL 336.76º 0.46% 0.47% -
HSV(B) 336.76º 0.63% 0.69% -
XYZ 22.5 14.09 15.72 -
YUV 103.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 176 65 108 0 0.63 0.39 0.31 336.76 0.46 0.47
Hex B0 41 6C 0 3F 27 1F 151 2E 2F
Octal 260 101 154 0 77 47 37 521 56 57
Binary 10110000 1000001 1101100 0 111111 100111 11111 101010001 101110 101111

Color Harmonies of #B0416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0416C

Black with #B0416C

Text Example


Text Example

White with #B0416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0416C; }

 p { color: rgb(176,65,108); }

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

background-color css

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

 a { background-color: rgb(176,65,108); }

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

border-color css

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

 span { border-color: rgb(176,65,108); }

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