Html Css Color HEX #B14060 Rouge

📋 copy color: '#B14060'

red 177 ◦ green 64 ◦ blue 96

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

Shades of Rouge #B14060

Tints of Rouge #B14060

RGB

 RED value IS 177 (69.53% from 255) = 52.52%

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

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

R = 52.52%
G = 18.99%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B14060 (or 0xB14060) is known color: Rouge. HEX triplet: B1, 40 and 60. RGB value is (177,64,96). Sum of RGB (Red+Green+Blue) = 177+64+96=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B14060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14060 is #4EBF9F. Grayscale: #656565. Windows color (decimal): -5160864 or 6308017. OLE color: 6308017.

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

Color convert

RGB 177 64 96 -
CMYK 0 0.64 0.46 0.31
HSL 343.01º 0.47% 0.47% -
HSV(B) 343.01º 0.64% 0.69% -
XYZ 22.08 13.86 12.58 -
YUV 101.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 177 64 96 0 0.64 0.46 0.31 343.01 0.47 0.47
Hex B1 40 60 0 40 2E 1F 157 2F 2F
Octal 261 100 140 0 100 56 37 527 57 57
Binary 10110001 1000000 1100000 0 1000000 101110 11111 101010111 101111 101111

Color Harmonies of #B14060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14060

Black with #B14060

Text Example


Text Example

White with #B14060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14060; }

 p { color: rgb(177,64,96); }

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

background-color css

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

 a { background-color: rgb(177,64,96); }

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

border-color css

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

 span { border-color: rgb(177,64,96); }

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