Html Css Color HEX #B0476A Rouge

📋 copy color: '#B0476A'

red 176 ◦ green 71 ◦ blue 106

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

Shades of Rouge #B0476A

Tints of Rouge #B0476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 49.86%
G = 20.11%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0476A (or 0xB0476A) is known color: Rouge. HEX triplet: B0, 47 and 6A. RGB value is (176,71,106). Sum of RGB (Red+Green+Blue) = 176+71+106=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0476A is #4FB895. Grayscale: #6A6A6A. Windows color (decimal): -5224598 or 6965168. OLE color: 6965168.

HSL color Cylindrical-coordinate representation of color #B0476A: hue angle of 340º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0476A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 106 -
CMYK 0 0.60 0.40 0.31
HSL 340º 0.43% 0.48% -
HSV(B) 340º 0.6% 0.69% -
XYZ 22.76 14.78 15.29 -
YUV 106.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 176 71 106 0 0.60 0.40 0.31 340 0.43 0.48
Hex B0 47 6A 0 3C 28 1F 154 2B 30
Octal 260 107 152 0 74 50 37 524 53 60
Binary 10110000 1000111 1101010 0 111100 101000 11111 101010100 101011 110000

Color Harmonies of #B0476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0476A

Black with #B0476A

Text Example


Text Example

White with #B0476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0476A; }

 p { color: rgb(176,71,106); }

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

background-color css

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

 a { background-color: rgb(176,71,106); }

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

border-color css

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

 span { border-color: rgb(176,71,106); }

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