Html Css Color HEX #B44065 Rouge

📋 copy color: '#B44065'

red 180 ◦ green 64 ◦ blue 101

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

Shades of Rouge #B44065

Tints of Rouge #B44065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 52.17%
G = 18.55%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B44065 (or 0xB44065) is known color: Rouge. HEX triplet: B4, 40 and 65. RGB value is (180,64,101). Sum of RGB (Red+Green+Blue) = 180+64+101=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44065 is #4BBF9A. Grayscale: #666666. Windows color (decimal): -4964251 or 6635700. OLE color: 6635700.

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

Color convert

RGB 180 64 101 -
CMYK 0 0.64 0.44 0.29
HSL 340.86º 0.48% 0.48% -
HSV(B) 340.86º 0.64% 0.71% -
XYZ 23 14.31 13.86 -
YUV 102.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 180 64 101 0 0.64 0.44 0.29 340.86 0.48 0.48
Hex B4 40 65 0 40 2C 1D 155 30 30
Octal 264 100 145 0 100 54 35 525 60 60
Binary 10110100 1000000 1100101 0 1000000 101100 11101 101010101 110000 110000

Color Harmonies of #B44065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44065

Black with #B44065

Text Example


Text Example

White with #B44065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44065; }

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

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

background-color css

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

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

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

border-color css

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

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

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