Html Css Color HEX #B43E6C Rouge

📋 copy color: '#B43E6C'

red 180 ◦ green 62 ◦ blue 108

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

Shades of Rouge #B43E6C

Tints of Rouge #B43E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 51.43%
G = 17.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B43E6C (or 0xB43E6C) is known color: Rouge. HEX triplet: B4, 3E and 6C. RGB value is (180,62,108). Sum of RGB (Red+Green+Blue) = 180+62+108=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E6C is #4BC193. Grayscale: #666666. Windows color (decimal): -4964756 or 7093940. OLE color: 7093940.

HSL color Cylindrical-coordinate representation of color #B43E6C: hue angle of 336.61º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E6C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 108 -
CMYK 0 0.66 0.40 0.29
HSL 336.61º 0.49% 0.47% -
HSV(B) 336.61º 0.66% 0.71% -
XYZ 23.25 14.23 15.71 -
YUV 102.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 180 62 108 0 0.66 0.40 0.29 336.61 0.49 0.47
Hex B4 3E 6C 0 42 28 1D 151 31 2F
Octal 264 76 154 0 102 50 35 521 61 57
Binary 10110100 111110 1101100 0 1000010 101000 11101 101010001 110001 101111

Color Harmonies of #B43E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E6C

Black with #B43E6C

Text Example


Text Example

White with #B43E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E6C; }

 p { color: rgb(180,62,108); }

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

background-color css

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

 a { background-color: rgb(180,62,108); }

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

border-color css

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

 span { border-color: rgb(180,62,108); }

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