Html Css Color HEX #B04461 Rouge

📋 copy color: '#B04461'

red 176 ◦ green 68 ◦ blue 97

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

Shades of Rouge #B04461

Tints of Rouge #B04461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 51.61%
G = 19.94%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B04461 (or 0xB04461) is known color: Rouge. HEX triplet: B0, 44 and 61. RGB value is (176,68,97). Sum of RGB (Red+Green+Blue) = 176+68+97=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04461 is #4FBB9E. Grayscale: #676767. Windows color (decimal): -5225375 or 6374576. OLE color: 6374576.

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

Color convert

RGB 176 68 97 -
CMYK 0 0.61 0.45 0.31
HSL 343.89º 0.44% 0.48% -
HSV(B) 343.89º 0.61% 0.69% -
XYZ 22.13 14.23 12.89 -
YUV 103.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 176 68 97 0 0.61 0.45 0.31 343.89 0.44 0.48
Hex B0 44 61 0 3D 2D 1F 158 2C 30
Octal 260 104 141 0 75 55 37 530 54 60
Binary 10110000 1000100 1100001 0 111101 101101 11111 101011000 101100 110000

Color Harmonies of #B04461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04461

Black with #B04461

Text Example


Text Example

White with #B04461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04461; }

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

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

background-color css

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

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

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

border-color css

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

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

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