Html Css Color HEX #B04666 Rouge

📋 copy color: '#B04666'

red 176 ◦ green 70 ◦ blue 102

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

Shades of Rouge #B04666

Tints of Rouge #B04666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 50.57%
G = 20.11%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B04666 (or 0xB04666) is known color: Rouge. HEX triplet: B0, 46 and 66. RGB value is (176,70,102). Sum of RGB (Red+Green+Blue) = 176+70+102=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04666 is #4FB999. Grayscale: #696969. Windows color (decimal): -5224858 or 6702768. OLE color: 6702768.

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

Color convert

RGB 176 70 102 -
CMYK 0 0.60 0.42 0.31
HSL 341.89º 0.43% 0.48% -
HSV(B) 341.89º 0.6% 0.69% -
XYZ 22.49 14.57 14.2 -
YUV 105.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 176 70 102 0 0.60 0.42 0.31 341.89 0.43 0.48
Hex B0 46 66 0 3C 2A 1F 156 2B 30
Octal 260 106 146 0 74 52 37 526 53 60
Binary 10110000 1000110 1100110 0 111100 101010 11111 101010110 101011 110000

Color Harmonies of #B04666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04666

Black with #B04666

Text Example


Text Example

White with #B04666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04666; }

 p { color: rgb(176,70,102); }

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

background-color css

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

 a { background-color: rgb(176,70,102); }

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

border-color css

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

 span { border-color: rgb(176,70,102); }

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