Html Css Color HEX #B43F5E Rouge

📋 copy color: '#B43F5E'

red 180 ◦ green 63 ◦ blue 94

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

Shades of Rouge #B43F5E

Tints of Rouge #B43F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 53.41%
G = 18.69%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B43F5E (or 0xB43F5E) is known color: Rouge. HEX triplet: B4, 3F and 5E. RGB value is (180,63,94). Sum of RGB (Red+Green+Blue) = 180+63+94=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F5E is #4BC0A1. Grayscale: #656565. Windows color (decimal): -4964514 or 6176692. OLE color: 6176692.

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

Color convert

RGB 180 63 94 -
CMYK 0 0.65 0.48 0.29
HSL 344.1º 0.48% 0.48% -
HSV(B) 344.1º 0.65% 0.71% -
XYZ 22.62 14.07 12.11 -
YUV 101.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 180 63 94 0 0.65 0.48 0.29 344.1 0.48 0.48
Hex B4 3F 5E 0 41 30 1D 158 30 30
Octal 264 77 136 0 101 60 35 530 60 60
Binary 10110100 111111 1011110 0 1000001 110000 11101 101011000 110000 110000

Color Harmonies of #B43F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F5E

Black with #B43F5E

Text Example


Text Example

White with #B43F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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