Html Css Color HEX #B4406B Rouge

📋 copy color: '#B4406B'

red 180 ◦ green 64 ◦ blue 107

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

Shades of Rouge #B4406B

Tints of Rouge #B4406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 51.28%
G = 18.23%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4406B (or 0xB4406B) is known color: Rouge. HEX triplet: B4, 40 and 6B. RGB value is (180,64,107). Sum of RGB (Red+Green+Blue) = 180+64+107=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4406B is #4BBF94. Grayscale: #676767. Windows color (decimal): -4964245 or 7028916. OLE color: 7028916.

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

Color convert

RGB 180 64 107 -
CMYK 0 0.64 0.41 0.29
HSL 337.76º 0.48% 0.48% -
HSV(B) 337.76º 0.64% 0.71% -
XYZ 23.31 14.43 15.47 -
YUV 103.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 180 64 107 0 0.64 0.41 0.29 337.76 0.48 0.48
Hex B4 40 6B 0 40 29 1D 152 30 30
Octal 264 100 153 0 100 51 35 522 60 60
Binary 10110100 1000000 1101011 0 1000000 101001 11101 101010010 110000 110000

Color Harmonies of #B4406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4406B

Black with #B4406B

Text Example


Text Example

White with #B4406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4406B; }

 p { color: rgb(180,64,107); }

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

background-color css

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

 a { background-color: rgb(180,64,107); }

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

border-color css

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

 span { border-color: rgb(180,64,107); }

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