Html Css Color HEX #B44060 Rouge

📋 copy color: '#B44060'

red 180 ◦ green 64 ◦ blue 96

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

Shades of Rouge #B44060

Tints of Rouge #B44060

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

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

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

R = 52.94%
G = 18.82%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B44060 (or 0xB44060) is known color: Rouge. HEX triplet: B4, 40 and 60. RGB value is (180,64,96). Sum of RGB (Red+Green+Blue) = 180+64+96=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B44060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44060 is #4BBF9F. Grayscale: #666666. Windows color (decimal): -4964256 or 6308020. OLE color: 6308020.

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

Color convert

RGB 180 64 96 -
CMYK 0 0.64 0.47 0.29
HSL 343.45º 0.48% 0.48% -
HSV(B) 343.45º 0.64% 0.71% -
XYZ 22.77 14.21 12.61 -
YUV 102.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 180 64 96 0 0.64 0.47 0.29 343.45 0.48 0.48
Hex B4 40 60 0 40 2F 1D 157 30 30
Octal 264 100 140 0 100 57 35 527 60 60
Binary 10110100 1000000 1100000 0 1000000 101111 11101 101010111 110000 110000

Color Harmonies of #B44060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44060

Black with #B44060

Text Example


Text Example

White with #B44060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44060; }

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

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

background-color css

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

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

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

border-color css

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

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

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