Html Css Color HEX #B5406A Rouge

📋 copy color: '#B5406A'

red 181 ◦ green 64 ◦ blue 106

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

Shades of Rouge #B5406A

Tints of Rouge #B5406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 51.57%
G = 18.23%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5406A (or 0xB5406A) is known color: Rouge. HEX triplet: B5, 40 and 6A. RGB value is (181,64,106). Sum of RGB (Red+Green+Blue) = 181+64+106=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5406A is #4ABF95. Grayscale: #676767. Windows color (decimal): -4898710 or 6963381. OLE color: 6963381.

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

Color convert

RGB 181 64 106 -
CMYK 0 0.65 0.41 0.29
HSL 338.46º 0.48% 0.48% -
HSV(B) 338.46º 0.65% 0.71% -
XYZ 23.49 14.53 15.2 -
YUV 103.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 181 64 106 0 0.65 0.41 0.29 338.46 0.48 0.48
Hex B5 40 6A 0 41 29 1D 152 30 30
Octal 265 100 152 0 101 51 35 522 60 60
Binary 10110101 1000000 1101010 0 1000001 101001 11101 101010010 110000 110000

Color Harmonies of #B5406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5406A

Black with #B5406A

Text Example


Text Example

White with #B5406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5406A; }

 p { color: rgb(181,64,106); }

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

background-color css

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

 a { background-color: rgb(181,64,106); }

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

border-color css

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

 span { border-color: rgb(181,64,106); }

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