Html Css Color HEX #B43F62 Rouge

📋 copy color: '#B43F62'

red 180 ◦ green 63 ◦ blue 98

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

Shades of Rouge #B43F62

Tints of Rouge #B43F62

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 52.79%
G = 18.48%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B43F62 (or 0xB43F62) is known color: Rouge. HEX triplet: B4, 3F and 62. RGB value is (180,63,98). Sum of RGB (Red+Green+Blue) = 180+63+98=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F62 is #4BC09D. Grayscale: #656565. Windows color (decimal): -4964510 or 6438836. OLE color: 6438836.

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

Color convert

RGB 180 63 98 -
CMYK 0 0.65 0.46 0.29
HSL 342.05º 0.48% 0.48% -
HSV(B) 342.05º 0.65% 0.71% -
XYZ 22.8 14.14 13.08 -
YUV 101.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 180 63 98 0 0.65 0.46 0.29 342.05 0.48 0.48
Hex B4 3F 62 0 41 2E 1D 156 30 30
Octal 264 77 142 0 101 56 35 526 60 60
Binary 10110100 111111 1100010 0 1000001 101110 11101 101010110 110000 110000

Color Harmonies of #B43F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F62

Black with #B43F62

Text Example


Text Example

White with #B43F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F62; }

 p { color: rgb(180,63,98); }

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

background-color css

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

 a { background-color: rgb(180,63,98); }

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

border-color css

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

 span { border-color: rgb(180,63,98); }

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