Html Css Color HEX #B04060 Rouge

📋 copy color: '#B04060'

red 176 ◦ green 64 ◦ blue 96

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

Shades of Rouge #B04060

Tints of Rouge #B04060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 52.38%
G = 19.05%
B = 28.57%

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

#B04060 (or 0xB04060) is known color: Rouge. HEX triplet: B0, 40 and 60. RGB value is (176,64,96). Sum of RGB (Red+Green+Blue) = 176+64+96=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B04060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04060 is #4FBF9F. Grayscale: #656565. Windows color (decimal): -5226400 or 6308016. OLE color: 6308016.

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

Color convert

RGB 176 64 96 -
CMYK 0 0.64 0.45 0.31
HSL 342.86º 0.47% 0.47% -
HSV(B) 342.86º 0.64% 0.69% -
XYZ 21.85 13.74 12.57 -
YUV 101.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 176 64 96 0 0.64 0.45 0.31 342.86 0.47 0.47
Hex B0 40 60 0 40 2D 1F 157 2F 2F
Octal 260 100 140 0 100 55 37 527 57 57
Binary 10110000 1000000 1100000 0 1000000 101101 11111 101010111 101111 101111

Color Harmonies of #B04060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04060

Black with #B04060

Text Example


Text Example

White with #B04060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04060; }

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

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

background-color css

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

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

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

border-color css

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

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

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