Html Css Color HEX #B99689 Del Rio

📋 copy color: '#B99689'

red 185 ◦ green 150 ◦ blue 137

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

Shades of Del Rio #B99689

Tints of Del Rio #B99689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 39.19%
G = 31.78%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99689 (or 0xB99689) is known color: Del Rio. HEX triplet: B9, 96 and 89. RGB value is (185,150,137). Sum of RGB (Red+Green+Blue) = 185+150+137=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B99689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99689 is #466976. Grayscale: #9F9F9F. Windows color (decimal): -4614519 or 9017017. OLE color: 9017017.

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

Color convert

RGB 185 150 137 -
CMYK 0 0.19 0.26 0.27
HSL 16.25º 0.26% 0.63% -
HSV(B) 16.25º 0.26% 0.73% -
XYZ 35.43 33.93 28.35 -
YUV 158.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 185 150 137 0 0.19 0.26 0.27 16.25 0.26 0.63
Hex B9 96 89 0 13 1A 1B 10 1A 3F
Octal 271 226 211 0 23 32 33 20 32 77
Binary 10111001 10010110 10001001 0 10011 11010 11011 10000 11010 111111

Color Harmonies of #B99689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99689

Black with #B99689

Text Example


Text Example

White with #B99689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99689; }

 p { color: rgb(185,150,137); }

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

background-color css

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

 a { background-color: rgb(185,150,137); }

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

border-color css

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

 span { border-color: rgb(185,150,137); }

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