Html Css Color HEX #B04061 Rouge

📋 copy color: '#B04061'

red 176 ◦ green 64 ◦ blue 97

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

Shades of Rouge #B04061

Tints of Rouge #B04061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 52.23%
G = 18.99%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B04061 (or 0xB04061) is known color: Rouge. HEX triplet: B0, 40 and 61. RGB value is (176,64,97). Sum of RGB (Red+Green+Blue) = 176+64+97=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B04061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04061 is #4FBF9E. Grayscale: #656565. Windows color (decimal): -5226399 or 6373552. OLE color: 6373552.

HSL color Cylindrical-coordinate representation of color #B04061: hue angle of 342.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04061 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 97 -
CMYK 0 0.64 0.45 0.31
HSL 342.32º 0.47% 0.47% -
HSV(B) 342.32º 0.64% 0.69% -
XYZ 21.9 13.76 12.81 -
YUV 101.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 176 64 97 0 0.64 0.45 0.31 342.32 0.47 0.47
Hex B0 40 61 0 40 2D 1F 156 2F 2F
Octal 260 100 141 0 100 55 37 526 57 57
Binary 10110000 1000000 1100001 0 1000000 101101 11111 101010110 101111 101111

Color Harmonies of #B04061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04061

Black with #B04061

Text Example


Text Example

White with #B04061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04061; }

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

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

background-color css

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

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

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

border-color css

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

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

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