Html Css Color HEX #B14768 Rouge

📋 copy color: '#B14768'

red 177 ◦ green 71 ◦ blue 104

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

Shades of Rouge #B14768

Tints of Rouge #B14768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 50.28%
G = 20.17%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B14768 (or 0xB14768) is known color: Rouge. HEX triplet: B1, 47 and 68. RGB value is (177,71,104). Sum of RGB (Red+Green+Blue) = 177+71+104=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B14768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14768 is #4EB897. Grayscale: #6A6A6A. Windows color (decimal): -5159064 or 6834097. OLE color: 6834097.

HSL color Cylindrical-coordinate representation of color #B14768: hue angle of 341.32º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14768 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 104 -
CMYK 0 0.60 0.41 0.31
HSL 341.32º 0.43% 0.49% -
HSV(B) 341.32º 0.6% 0.69% -
XYZ 22.88 14.85 14.76 -
YUV 106.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 177 71 104 0 0.60 0.41 0.31 341.32 0.43 0.49
Hex B1 47 68 0 3C 29 1F 155 2B 31
Octal 261 107 150 0 74 51 37 525 53 61
Binary 10110001 1000111 1101000 0 111100 101001 11111 101010101 101011 110001

Color Harmonies of #B14768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14768

Black with #B14768

Text Example


Text Example

White with #B14768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14768; }

 p { color: rgb(177,71,104); }

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

background-color css

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

 a { background-color: rgb(177,71,104); }

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

border-color css

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

 span { border-color: rgb(177,71,104); }

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