Html Css Color HEX #B44263 Rouge

📋 copy color: '#B44263'

red 180 ◦ green 66 ◦ blue 99

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

Shades of Rouge #B44263

Tints of Rouge #B44263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 52.17%
G = 19.13%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B44263 (or 0xB44263) is known color: Rouge. HEX triplet: B4, 42 and 63. RGB value is (180,66,99). Sum of RGB (Red+Green+Blue) = 180+66+99=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44263 is #4BBD9C. Grayscale: #676767. Windows color (decimal): -4963741 or 6505140. OLE color: 6505140.

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

Color convert

RGB 180 66 99 -
CMYK 0 0.63 0.45 0.29
HSL 342.63º 0.46% 0.48% -
HSV(B) 342.63º 0.63% 0.71% -
XYZ 23.02 14.5 13.39 -
YUV 103.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 180 66 99 0 0.63 0.45 0.29 342.63 0.46 0.48
Hex B4 42 63 0 3F 2D 1D 157 2E 30
Octal 264 102 143 0 77 55 35 527 56 60
Binary 10110100 1000010 1100011 0 111111 101101 11101 101010111 101110 110000

Color Harmonies of #B44263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44263

Black with #B44263

Text Example


Text Example

White with #B44263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44263; }

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

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

background-color css

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

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

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

border-color css

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

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

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