Html Css Color HEX #B99890 Del Rio

📋 copy color: '#B99890'

red 185 ◦ green 152 ◦ blue 144

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

Shades of Del Rio #B99890

Tints of Del Rio #B99890

RGB

 RED value IS 185 (72.66% from 255) = 38.46%

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

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

R = 38.46%
G = 31.6%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99890 (or 0xB99890) is known color: Del Rio. HEX triplet: B9, 98 and 90. RGB value is (185,152,144). Sum of RGB (Red+Green+Blue) = 185+152+144=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99890 is #46676F. Grayscale: #A1A1A1. Windows color (decimal): -4614000 or 9476281. OLE color: 9476281.

HSL color Cylindrical-coordinate representation of color #B99890: hue angle of 11.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99890 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 144 -
CMYK 0 0.18 0.22 0.27
HSL 11.71º 0.23% 0.65% -
HSV(B) 11.71º 0.22% 0.73% -
XYZ 36.27 34.78 31.19 -
YUV 160.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 185 152 144 0 0.18 0.22 0.27 11.71 0.23 0.65
Hex B9 98 90 0 12 16 1B C 17 41
Octal 271 230 220 0 22 26 33 14 27 101
Binary 10111001 10011000 10010000 0 10010 10110 11011 1100 10111 1000001

Color Harmonies of #B99890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99890

Black with #B99890

Text Example


Text Example

White with #B99890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99890; }

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

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

background-color css

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

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

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

border-color css

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

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

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