Html Css Color HEX #B0416D Rouge

📋 copy color: '#B0416D'

red 176 ◦ green 65 ◦ blue 109

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

Shades of Rouge #B0416D

Tints of Rouge #B0416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 50.29%
G = 18.57%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0416D (or 0xB0416D) is known color: Rouge. HEX triplet: B0, 41 and 6D. RGB value is (176,65,109). Sum of RGB (Red+Green+Blue) = 176+65+109=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416D is #4FBE92. Grayscale: #676767. Windows color (decimal): -5226131 or 7160240. OLE color: 7160240.

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

Color convert

RGB 176 65 109 -
CMYK 0 0.63 0.38 0.31
HSL 336.22º 0.46% 0.47% -
HSV(B) 336.22º 0.63% 0.69% -
XYZ 22.56 14.11 16 -
YUV 103.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 176 65 109 0 0.63 0.38 0.31 336.22 0.46 0.47
Hex B0 41 6D 0 3F 26 1F 150 2E 2F
Octal 260 101 155 0 77 46 37 520 56 57
Binary 10110000 1000001 1101101 0 111111 100110 11111 101010000 101110 101111

Color Harmonies of #B0416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0416D

Black with #B0416D

Text Example


Text Example

White with #B0416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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