Html Css Color HEX #B14260 Rouge

📋 copy color: '#B14260'

red 177 ◦ green 66 ◦ blue 96

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

Shades of Rouge #B14260

Tints of Rouge #B14260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 52.21%
G = 19.47%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B14260 (or 0xB14260) is known color: Rouge. HEX triplet: B1, 42 and 60. RGB value is (177,66,96). Sum of RGB (Red+Green+Blue) = 177+66+96=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B14260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14260 is #4EBD9F. Grayscale: #666666. Windows color (decimal): -5160352 or 6308529. OLE color: 6308529.

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

Color convert

RGB 177 66 96 -
CMYK 0 0.63 0.46 0.31
HSL 343.78º 0.46% 0.48% -
HSV(B) 343.78º 0.63% 0.69% -
XYZ 22.19 14.09 12.62 -
YUV 102.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 177 66 96 0 0.63 0.46 0.31 343.78 0.46 0.48
Hex B1 42 60 0 3F 2E 1F 158 2E 30
Octal 261 102 140 0 77 56 37 530 56 60
Binary 10110001 1000010 1100000 0 111111 101110 11111 101011000 101110 110000

Color Harmonies of #B14260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14260

Black with #B14260

Text Example


Text Example

White with #B14260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14260; }

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

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

background-color css

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

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

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

border-color css

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

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

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