Html Css Color HEX #B19890 Del Rio

📋 copy color: '#B19890'

red 177 ◦ green 152 ◦ blue 144

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

Shades of Del Rio #B19890

Tints of Del Rio #B19890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

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

R = 37.42%
G = 32.14%
B = 30.44%

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

#B19890 (or 0xB19890) is known color: Del Rio. HEX triplet: B1, 98 and 90. RGB value is (177,152,144). Sum of RGB (Red+Green+Blue) = 177+152+144=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19890 is #4E676F. Grayscale: #9E9E9E. Windows color (decimal): -5138288 or 9476273. OLE color: 9476273.

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

Color convert

RGB 177 152 144 -
CMYK 0 0.14 0.19 0.31
HSL 14.55º 0.17% 0.63% -
HSV(B) 14.55º 0.19% 0.69% -
XYZ 34.39 33.82 31.1 -
YUV 158.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 177 152 144 0 0.14 0.19 0.31 14.55 0.17 0.63
Hex B1 98 90 0 E 13 1F F 11 3F
Octal 261 230 220 0 16 23 37 17 21 77
Binary 10110001 10011000 10010000 0 1110 10011 11111 1111 10001 111111

Color Harmonies of #B19890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19890

Black with #B19890

Text Example


Text Example

White with #B19890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19890; }

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

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

background-color css

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

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

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

border-color css

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

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

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