Html Css Color HEX #B0406D Rouge

📋 copy color: '#B0406D'

red 176 ◦ green 64 ◦ blue 109

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

Shades of Rouge #B0406D

Tints of Rouge #B0406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 50.43%
G = 18.34%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0406D (or 0xB0406D) is known color: Rouge. HEX triplet: B0, 40 and 6D. RGB value is (176,64,109). Sum of RGB (Red+Green+Blue) = 176+64+109=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0406D is #4FBF92. Grayscale: #666666. Windows color (decimal): -5226387 or 7159984. OLE color: 7159984.

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

Color convert

RGB 176 64 109 -
CMYK 0 0.64 0.38 0.31
HSL 335.89º 0.47% 0.47% -
HSV(B) 335.89º 0.64% 0.69% -
XYZ 22.5 14 15.98 -
YUV 102.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 176 64 109 0 0.64 0.38 0.31 335.89 0.47 0.47
Hex B0 40 6D 0 40 26 1F 150 2F 2F
Octal 260 100 155 0 100 46 37 520 57 57
Binary 10110000 1000000 1101101 0 1000000 100110 11111 101010000 101111 101111

Color Harmonies of #B0406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0406D

Black with #B0406D

Text Example


Text Example

White with #B0406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0406D; }

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

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

background-color css

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

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

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

border-color css

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

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

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