Html Css Color HEX #B43770 Rouge

📋 copy color: '#B43770'

red 180 ◦ green 55 ◦ blue 112

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

Shades of Rouge #B43770

Tints of Rouge #B43770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 51.87%
G = 15.85%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B43770 (or 0xB43770) is known color: Rouge. HEX triplet: B4, 37 and 70. RGB value is (180,55,112). Sum of RGB (Red+Green+Blue) = 180+55+112=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B43770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43770 is #4BC88F. Grayscale: #626262. Windows color (decimal): -4966544 or 7354292. OLE color: 7354292.

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

Color convert

RGB 180 55 112 -
CMYK 0 0.69 0.38 0.29
HSL 332.64º 0.53% 0.46% -
HSV(B) 332.64º 0.69% 0.71% -
XYZ 23.11 13.61 16.74 -
YUV 98.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 180 55 112 0 0.69 0.38 0.29 332.64 0.53 0.46
Hex B4 37 70 0 45 26 1D 14D 35 2E
Octal 264 67 160 0 105 46 35 515 65 56
Binary 10110100 110111 1110000 0 1000101 100110 11101 101001101 110101 101110

Color Harmonies of #B43770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43770

Black with #B43770

Text Example


Text Example

White with #B43770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43770; }

 p { color: rgb(180,55,112); }

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

background-color css

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

 a { background-color: rgb(180,55,112); }

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

border-color css

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

 span { border-color: rgb(180,55,112); }

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