Html Css Color HEX #B14064 Rouge

📋 copy color: '#B14064'

red 177 ◦ green 64 ◦ blue 100

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

Shades of Rouge #B14064

Tints of Rouge #B14064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 51.91%
G = 18.77%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B14064 (or 0xB14064) is known color: Rouge. HEX triplet: B1, 40 and 64. RGB value is (177,64,100). Sum of RGB (Red+Green+Blue) = 177+64+100=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14064 is #4EBF9B. Grayscale: #656565. Windows color (decimal): -5160860 or 6570161. OLE color: 6570161.

HSL color Cylindrical-coordinate representation of color #B14064: hue angle of 340.88º 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 #B14064 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 100 -
CMYK 0 0.64 0.44 0.31
HSL 340.88º 0.47% 0.47% -
HSV(B) 340.88º 0.64% 0.69% -
XYZ 22.27 13.93 13.57 -
YUV 101.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 177 64 100 0 0.64 0.44 0.31 340.88 0.47 0.47
Hex B1 40 64 0 40 2C 1F 155 2F 2F
Octal 261 100 144 0 100 54 37 525 57 57
Binary 10110001 1000000 1100100 0 1000000 101100 11111 101010101 101111 101111

Color Harmonies of #B14064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14064

Black with #B14064

Text Example


Text Example

White with #B14064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14064; }

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

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

background-color css

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

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

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

border-color css

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

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

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