Html Css Color HEX #B19990 Del Rio

📋 copy color: '#B19990'

red 177 ◦ green 153 ◦ blue 144

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

Shades of Del Rio #B19990

Tints of Del Rio #B19990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 37.34%
G = 32.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B19990 (or 0xB19990) is known color: Del Rio. HEX triplet: B1, 99 and 90. RGB value is (177,153,144). Sum of RGB (Red+Green+Blue) = 177+153+144=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19990 is #4E666F. Grayscale: #9F9F9F. Windows color (decimal): -5138032 or 9476529. OLE color: 9476529.

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

Color convert

RGB 177 153 144 -
CMYK 0 0.14 0.19 0.31
HSL 16.36º 0.17% 0.63% -
HSV(B) 16.36º 0.19% 0.69% -
XYZ 34.56 34.14 31.15 -
YUV 159.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 177 153 144 0 0.14 0.19 0.31 16.36 0.17 0.63
Hex B1 99 90 0 E 13 1F 10 11 3F
Octal 261 231 220 0 16 23 37 20 21 77
Binary 10110001 10011001 10010000 0 1110 10011 11111 10000 10001 111111

Color Harmonies of #B19990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19990

Black with #B19990

Text Example


Text Example

White with #B19990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19990; }

 p { color: rgb(177,153,144); }

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

background-color css

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

 a { background-color: rgb(177,153,144); }

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

border-color css

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

 span { border-color: rgb(177,153,144); }

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