Html Css Color HEX #B54160 Rouge

📋 copy color: '#B54160'

red 181 ◦ green 65 ◦ blue 96

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

Shades of Rouge #B54160

Tints of Rouge #B54160

RGB

 RED value IS 181 (71.09% from 255) = 52.92%

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 52.92%
G = 19.01%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B54160 (or 0xB54160) is known color: Rouge. HEX triplet: B5, 41 and 60. RGB value is (181,65,96). Sum of RGB (Red+Green+Blue) = 181+65+96=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B54160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54160 is #4ABE9F. Grayscale: #676767. Windows color (decimal): -4898464 or 6308277. OLE color: 6308277.

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

Color convert

RGB 181 65 96 -
CMYK 0 0.64 0.47 0.29
HSL 343.97º 0.47% 0.48% -
HSV(B) 343.97º 0.64% 0.71% -
XYZ 23.06 14.45 12.64 -
YUV 103.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 181 65 96 0 0.64 0.47 0.29 343.97 0.47 0.48
Hex B5 41 60 0 40 2F 1D 158 2F 30
Octal 265 101 140 0 100 57 35 530 57 60
Binary 10110101 1000001 1100000 0 1000000 101111 11101 101011000 101111 110000

Color Harmonies of #B54160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54160

Black with #B54160

Text Example


Text Example

White with #B54160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54160; }

 p { color: rgb(181,65,96); }

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

background-color css

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

 a { background-color: rgb(181,65,96); }

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

border-color css

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

 span { border-color: rgb(181,65,96); }

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