Html Css Color HEX #B19F98 Del Rio

📋 copy color: '#B19F98'

red 177 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #B19F98

Tints of Del Rio #B19F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 36.27%
G = 32.58%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B19F98 (or 0xB19F98) is known color: Del Rio. HEX triplet: B1, 9F and 98. RGB value is (177,159,152). Sum of RGB (Red+Green+Blue) = 177+159+152=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F98 is #4E6067. Grayscale: #A3A3A3. Windows color (decimal): -5136488 or 10002353. OLE color: 10002353.

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

Color convert

RGB 177 159 152 -
CMYK 0 0.10 0.14 0.31
HSL 16.8º 0.14% 0.65% -
HSV(B) 16.8º 0.14% 0.69% -
XYZ 36.2 36.41 34.83 -
YUV 163.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 177 159 152 0 0.10 0.14 0.31 16.8 0.14 0.65
Hex B1 9F 98 0 A E 1F 11 E 41
Octal 261 237 230 0 12 16 37 21 16 101
Binary 10110001 10011111 10011000 0 1010 1110 11111 10001 1110 1000001

Color Harmonies of #B19F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F98

Black with #B19F98

Text Example


Text Example

White with #B19F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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