Html Css Color HEX #B44469 Rouge

📋 copy color: '#B44469'

red 180 ◦ green 68 ◦ blue 105

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

Shades of Rouge #B44469

Tints of Rouge #B44469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

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

R = 50.99%
G = 19.26%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B44469 (or 0xB44469) is known color: Rouge. HEX triplet: B4, 44 and 69. RGB value is (180,68,105). Sum of RGB (Red+Green+Blue) = 180+68+105=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B44469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44469 is #4BBB96. Grayscale: #696969. Windows color (decimal): -4963223 or 6898868. OLE color: 6898868.

HSL color Cylindrical-coordinate representation of color #B44469: hue angle of 340.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44469 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 105 -
CMYK 0 0.62 0.42 0.29
HSL 340.18º 0.45% 0.49% -
HSV(B) 340.18º 0.62% 0.71% -
XYZ 23.44 14.86 15 -
YUV 105.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 180 68 105 0 0.62 0.42 0.29 340.18 0.45 0.49
Hex B4 44 69 0 3E 2A 1D 154 2D 31
Octal 264 104 151 0 76 52 35 524 55 61
Binary 10110100 1000100 1101001 0 111110 101010 11101 101010100 101101 110001

Color Harmonies of #B44469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44469

Black with #B44469

Text Example


Text Example

White with #B44469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44469; }

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

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

background-color css

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

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

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

border-color css

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

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

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