Html Css Color HEX #B04566 Rouge

📋 copy color: '#B04566'

red 176 ◦ green 69 ◦ blue 102

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

Shades of Rouge #B04566

Tints of Rouge #B04566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

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

R = 50.72%
G = 19.88%
B = 29.39%

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

#B04566 (or 0xB04566) is known color: Rouge. HEX triplet: B0, 45 and 66. RGB value is (176,69,102). Sum of RGB (Red+Green+Blue) = 176+69+102=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B04566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04566 is #4FBA99. Grayscale: #686868. Windows color (decimal): -5225114 or 6702512. OLE color: 6702512.

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

Color convert

RGB 176 69 102 -
CMYK 0 0.61 0.42 0.31
HSL 341.5º 0.44% 0.48% -
HSV(B) 341.5º 0.61% 0.69% -
XYZ 22.43 14.45 14.18 -
YUV 104.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 176 69 102 0 0.61 0.42 0.31 341.5 0.44 0.48
Hex B0 45 66 0 3D 2A 1F 155 2C 30
Octal 260 105 146 0 75 52 37 525 54 60
Binary 10110000 1000101 1100110 0 111101 101010 11111 101010101 101100 110000

Color Harmonies of #B04566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04566

Black with #B04566

Text Example


Text Example

White with #B04566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04566; }

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

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

background-color css

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

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

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

border-color css

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

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

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