Html Css Color HEX #B44069 Rouge

📋 copy color: '#B44069'

red 180 ◦ green 64 ◦ blue 105

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

Shades of Rouge #B44069

Tints of Rouge #B44069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 51.58%
G = 18.34%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B44069 (or 0xB44069) is known color: Rouge. HEX triplet: B4, 40 and 69. RGB value is (180,64,105). Sum of RGB (Red+Green+Blue) = 180+64+105=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B44069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44069 is #4BBF96. Grayscale: #676767. Windows color (decimal): -4964247 or 6897844. OLE color: 6897844.

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

Color convert

RGB 180 64 105 -
CMYK 0 0.64 0.42 0.29
HSL 338.79º 0.48% 0.48% -
HSV(B) 338.79º 0.64% 0.71% -
XYZ 23.21 14.39 14.92 -
YUV 103.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 180 64 105 0 0.64 0.42 0.29 338.79 0.48 0.48
Hex B4 40 69 0 40 2A 1D 153 30 30
Octal 264 100 151 0 100 52 35 523 60 60
Binary 10110100 1000000 1101001 0 1000000 101010 11101 101010011 110000 110000

Color Harmonies of #B44069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44069

Black with #B44069

Text Example


Text Example

White with #B44069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44069; }

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

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

background-color css

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

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

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

border-color css

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

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

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