Html Css Color HEX #B43B5E Rouge

📋 copy color: '#B43B5E'

red 180 ◦ green 59 ◦ blue 94

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

Shades of Rouge #B43B5E

Tints of Rouge #B43B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 54.05%
G = 17.72%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B43B5E (or 0xB43B5E) is known color: Rouge. HEX triplet: B4, 3B and 5E. RGB value is (180,59,94). Sum of RGB (Red+Green+Blue) = 180+59+94=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B5E is #4BC4A1. Grayscale: #636363. Windows color (decimal): -4965538 or 6175668. OLE color: 6175668.

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

Color convert

RGB 180 59 94 -
CMYK 0 0.67 0.48 0.29
HSL 342.64º 0.51% 0.47% -
HSV(B) 342.64º 0.67% 0.71% -
XYZ 22.41 13.64 12.04 -
YUV 99.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 180 59 94 0 0.67 0.48 0.29 342.64 0.51 0.47
Hex B4 3B 5E 0 43 30 1D 157 33 2F
Octal 264 73 136 0 103 60 35 527 63 57
Binary 10110100 111011 1011110 0 1000011 110000 11101 101010111 110011 101111

Color Harmonies of #B43B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B5E

Black with #B43B5E

Text Example


Text Example

White with #B43B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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