Html Css Color HEX #B44266 Rouge

📋 copy color: '#B44266'

red 180 ◦ green 66 ◦ blue 102

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

Shades of Rouge #B44266

Tints of Rouge #B44266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 51.72%
G = 18.97%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B44266 (or 0xB44266) is known color: Rouge. HEX triplet: B4, 42 and 66. RGB value is (180,66,102). Sum of RGB (Red+Green+Blue) = 180+66+102=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44266 is #4BBD99. Grayscale: #686868. Windows color (decimal): -4963738 or 6701748. OLE color: 6701748.

HSL color Cylindrical-coordinate representation of color #B44266: hue angle of 341.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44266 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 102 -
CMYK 0 0.63 0.43 0.29
HSL 341.05º 0.46% 0.48% -
HSV(B) 341.05º 0.63% 0.71% -
XYZ 23.17 14.56 14.16 -
YUV 104.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 180 66 102 0 0.63 0.43 0.29 341.05 0.46 0.48
Hex B4 42 66 0 3F 2B 1D 155 2E 30
Octal 264 102 146 0 77 53 35 525 56 60
Binary 10110100 1000010 1100110 0 111111 101011 11101 101010101 101110 110000

Color Harmonies of #B44266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44266

Black with #B44266

Text Example


Text Example

White with #B44266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44266; }

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

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

background-color css

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

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

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

border-color css

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

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

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