Html Css Color HEX #B19F94 Del Rio

📋 copy color: '#B19F94'

red 177 ◦ green 159 ◦ blue 148

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

Shades of Del Rio #B19F94

Tints of Del Rio #B19F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 36.57%
G = 32.85%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19F94 (or 0xB19F94) is known color: Del Rio. HEX triplet: B1, 9F and 94. RGB value is (177,159,148). Sum of RGB (Red+Green+Blue) = 177+159+148=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F94 is #4E606B. Grayscale: #A3A3A3. Windows color (decimal): -5136492 or 9740209. OLE color: 9740209.

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

Color convert

RGB 177 159 148 -
CMYK 0 0.10 0.16 0.31
HSL 22.76º 0.16% 0.64% -
HSV(B) 22.76º 0.16% 0.69% -
XYZ 35.87 36.28 33.13 -
YUV 163.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 177 159 148 0 0.10 0.16 0.31 22.76 0.16 0.64
Hex B1 9F 94 0 A 10 1F 17 10 40
Octal 261 237 224 0 12 20 37 27 20 100
Binary 10110001 10011111 10010100 0 1010 10000 11111 10111 10000 1000000

Color Harmonies of #B19F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F94

Black with #B19F94

Text Example


Text Example

White with #B19F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F94; }

 p { color: rgb(177,159,148); }

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

background-color css

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

 a { background-color: rgb(177,159,148); }

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

border-color css

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

 span { border-color: rgb(177,159,148); }

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