Html Css Color HEX #B14067 Rouge

📋 copy color: '#B14067'

red 177 ◦ green 64 ◦ blue 103

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

Shades of Rouge #B14067

Tints of Rouge #B14067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 51.45%
G = 18.6%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B14067 (or 0xB14067) is known color: Rouge. HEX triplet: B1, 40 and 67. RGB value is (177,64,103). Sum of RGB (Red+Green+Blue) = 177+64+103=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14067 is #4EBF98. Grayscale: #666666. Windows color (decimal): -5160857 or 6766769. OLE color: 6766769.

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

Color convert

RGB 177 64 103 -
CMYK 0 0.64 0.42 0.31
HSL 339.29º 0.47% 0.47% -
HSV(B) 339.29º 0.64% 0.69% -
XYZ 22.41 13.99 14.35 -
YUV 102.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 177 64 103 0 0.64 0.42 0.31 339.29 0.47 0.47
Hex B1 40 67 0 40 2A 1F 153 2F 2F
Octal 261 100 147 0 100 52 37 523 57 57
Binary 10110001 1000000 1100111 0 1000000 101010 11111 101010011 101111 101111

Color Harmonies of #B14067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14067

Black with #B14067

Text Example


Text Example

White with #B14067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14067; }

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

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

background-color css

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

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

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

border-color css

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

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

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