Html Css Color HEX #B04466 Rouge

📋 copy color: '#B04466'

red 176 ◦ green 68 ◦ blue 102

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

Shades of Rouge #B04466

Tints of Rouge #B04466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 50.87%
G = 19.65%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B04466 (or 0xB04466) is known color: Rouge. HEX triplet: B0, 44 and 66. RGB value is (176,68,102). Sum of RGB (Red+Green+Blue) = 176+68+102=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B04466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04466 is #4FBB99. Grayscale: #686868. Windows color (decimal): -5225370 or 6702256. OLE color: 6702256.

HSL color Cylindrical-coordinate representation of color #B04466: hue angle of 341.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04466 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 102 -
CMYK 0 0.61 0.42 0.31
HSL 341.11º 0.44% 0.48% -
HSV(B) 341.11º 0.61% 0.69% -
XYZ 22.37 14.32 14.16 -
YUV 104.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 176 68 102 0 0.61 0.42 0.31 341.11 0.44 0.48
Hex B0 44 66 0 3D 2A 1F 155 2C 30
Octal 260 104 146 0 75 52 37 525 54 60
Binary 10110000 1000100 1100110 0 111101 101010 11111 101010101 101100 110000

Color Harmonies of #B04466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04466

Black with #B04466

Text Example


Text Example

White with #B04466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04466; }

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

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

background-color css

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

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

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

border-color css

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

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

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