Html Css Color HEX #B44066 Rouge

📋 copy color: '#B44066'

red 180 ◦ green 64 ◦ blue 102

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

Shades of Rouge #B44066

Tints of Rouge #B44066

RGB

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

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

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

R = 52.02%
G = 18.5%
B = 29.48%

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

#B44066 (or 0xB44066) is known color: Rouge. HEX triplet: B4, 40 and 66. RGB value is (180,64,102). Sum of RGB (Red+Green+Blue) = 180+64+102=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B44066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44066 is #4BBF99. Grayscale: #666666. Windows color (decimal): -4964250 or 6701236. OLE color: 6701236.

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

Color convert

RGB 180 64 102 -
CMYK 0 0.64 0.43 0.29
HSL 340.34º 0.48% 0.48% -
HSV(B) 340.34º 0.64% 0.71% -
XYZ 23.05 14.33 14.12 -
YUV 103.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 180 64 102 0 0.64 0.43 0.29 340.34 0.48 0.48
Hex B4 40 66 0 40 2B 1D 154 30 30
Octal 264 100 146 0 100 53 35 524 60 60
Binary 10110100 1000000 1100110 0 1000000 101011 11101 101010100 110000 110000

Color Harmonies of #B44066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44066

Black with #B44066

Text Example


Text Example

White with #B44066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44066; }

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

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

background-color css

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

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

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

border-color css

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

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

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