Html Css Color HEX #B44166 Rouge

📋 copy color: '#B44166'

red 180 ◦ green 65 ◦ blue 102

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

Shades of Rouge #B44166

Tints of Rouge #B44166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 51.87%
G = 18.73%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B44166 (or 0xB44166) is known color: Rouge. HEX triplet: B4, 41 and 66. RGB value is (180,65,102). Sum of RGB (Red+Green+Blue) = 180+65+102=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44166 is #4BBE99. Grayscale: #676767. Windows color (decimal): -4963994 or 6701492. OLE color: 6701492.

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

Color convert

RGB 180 65 102 -
CMYK 0 0.64 0.43 0.29
HSL 340.7º 0.47% 0.48% -
HSV(B) 340.7º 0.64% 0.71% -
XYZ 23.11 14.44 14.14 -
YUV 103.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 180 65 102 0 0.64 0.43 0.29 340.7 0.47 0.48
Hex B4 41 66 0 40 2B 1D 155 2F 30
Octal 264 101 146 0 100 53 35 525 57 60
Binary 10110100 1000001 1100110 0 1000000 101011 11101 101010101 101111 110000

Color Harmonies of #B44166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44166

Black with #B44166

Text Example


Text Example

White with #B44166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44166; }

 p { color: rgb(180,65,102); }

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

background-color css

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

 a { background-color: rgb(180,65,102); }

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

border-color css

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

 span { border-color: rgb(180,65,102); }

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