Html Css Color HEX #B99987 Del Rio

📋 copy color: '#B99987'

red 185 ◦ green 153 ◦ blue 135

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

Shades of Del Rio #B99987

Tints of Del Rio #B99987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 39.11%
G = 32.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B99987 (or 0xB99987) is known color: Del Rio. HEX triplet: B9, 99 and 87. RGB value is (185,153,135). Sum of RGB (Red+Green+Blue) = 185+153+135=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99987 is #466678. Grayscale: #A0A0A0. Windows color (decimal): -4613753 or 8886713. OLE color: 8886713.

HSL color Cylindrical-coordinate representation of color #B99987: hue angle of 21.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99987 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 135 -
CMYK 0 0.17 0.27 0.27
HSL 21.6º 0.26% 0.63% -
HSV(B) 21.6º 0.27% 0.73% -
XYZ 35.77 34.85 27.76 -
YUV 160.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 185 153 135 0 0.17 0.27 0.27 21.6 0.26 0.63
Hex B9 99 87 0 11 1B 1B 16 1A 3F
Octal 271 231 207 0 21 33 33 26 32 77
Binary 10111001 10011001 10000111 0 10001 11011 11011 10110 11010 111111

Color Harmonies of #B99987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99987

Black with #B99987

Text Example


Text Example

White with #B99987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99987; }

 p { color: rgb(185,153,135); }

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

background-color css

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

 a { background-color: rgb(185,153,135); }

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

border-color css

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

 span { border-color: rgb(185,153,135); }

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