Html Css Color HEX #B14065 Rouge

📋 copy color: '#B14065'

red 177 ◦ green 64 ◦ blue 101

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

Shades of Rouge #B14065

Tints of Rouge #B14065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 51.75%
G = 18.71%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B14065 (or 0xB14065) is known color: Rouge. HEX triplet: B1, 40 and 65. RGB value is (177,64,101). Sum of RGB (Red+Green+Blue) = 177+64+101=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B14065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14065 is #4EBF9A. Grayscale: #656565. Windows color (decimal): -5160859 or 6635697. OLE color: 6635697.

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

Color convert

RGB 177 64 101 -
CMYK 0 0.64 0.43 0.31
HSL 340.35º 0.47% 0.47% -
HSV(B) 340.35º 0.64% 0.69% -
XYZ 22.31 13.95 13.83 -
YUV 102.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 177 64 101 0 0.64 0.43 0.31 340.35 0.47 0.47
Hex B1 40 65 0 40 2B 1F 154 2F 2F
Octal 261 100 145 0 100 53 37 524 57 57
Binary 10110001 1000000 1100101 0 1000000 101011 11111 101010100 101111 101111

Color Harmonies of #B14065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14065

Black with #B14065

Text Example


Text Example

White with #B14065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14065; }

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

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

background-color css

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

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

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

border-color css

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

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

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