Html Css Color HEX #B0406C Rouge

📋 copy color: '#B0406C'

red 176 ◦ green 64 ◦ blue 108

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

Shades of Rouge #B0406C

Tints of Rouge #B0406C

RGB

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

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

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

R = 50.57%
G = 18.39%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0406C (or 0xB0406C) is known color: Rouge. HEX triplet: B0, 40 and 6C. RGB value is (176,64,108). Sum of RGB (Red+Green+Blue) = 176+64+108=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0406C is #4FBF93. Grayscale: #666666. Windows color (decimal): -5226388 or 7094448. OLE color: 7094448.

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

Color convert

RGB 176 64 108 -
CMYK 0 0.64 0.39 0.31
HSL 336.43º 0.47% 0.47% -
HSV(B) 336.43º 0.64% 0.69% -
XYZ 22.44 13.98 15.7 -
YUV 102.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 176 64 108 0 0.64 0.39 0.31 336.43 0.47 0.47
Hex B0 40 6C 0 40 27 1F 150 2F 2F
Octal 260 100 154 0 100 47 37 520 57 57
Binary 10110000 1000000 1101100 0 1000000 100111 11111 101010000 101111 101111

Color Harmonies of #B0406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0406C

Black with #B0406C

Text Example


Text Example

White with #B0406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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