Html Css Color HEX #B44468 Rouge

📋 copy color: '#B44468'

red 180 ◦ green 68 ◦ blue 104

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

Shades of Rouge #B44468

Tints of Rouge #B44468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 51.14%
G = 19.32%
B = 29.55%

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

#B44468 (or 0xB44468) is known color: Rouge. HEX triplet: B4, 44 and 68. RGB value is (180,68,104). Sum of RGB (Red+Green+Blue) = 180+68+104=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B44468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44468 is #4BBB97. Grayscale: #696969. Windows color (decimal): -4963224 or 6833332. OLE color: 6833332.

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

Color convert

RGB 180 68 104 -
CMYK 0 0.62 0.42 0.29
HSL 340.71º 0.45% 0.49% -
HSV(B) 340.71º 0.62% 0.71% -
XYZ 23.39 14.84 14.73 -
YUV 105.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 180 68 104 0 0.62 0.42 0.29 340.71 0.45 0.49
Hex B4 44 68 0 3E 2A 1D 155 2D 31
Octal 264 104 150 0 76 52 35 525 55 61
Binary 10110100 1000100 1101000 0 111110 101010 11101 101010101 101101 110001

Color Harmonies of #B44468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44468

Black with #B44468

Text Example


Text Example

White with #B44468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44468; }

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

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

background-color css

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

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

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

border-color css

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

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

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