Html Css Color HEX #B99889 Del Rio

📋 copy color: '#B99889'

red 185 ◦ green 152 ◦ blue 137

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

Shades of Del Rio #B99889

Tints of Del Rio #B99889

RGB

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

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

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

R = 39.03%
G = 32.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99889 (or 0xB99889) is known color: Del Rio. HEX triplet: B9, 98 and 89. RGB value is (185,152,137). Sum of RGB (Red+Green+Blue) = 185+152+137=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B99889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99889 is #466776. Grayscale: #A0A0A0. Windows color (decimal): -4614007 or 9017529. OLE color: 9017529.

HSL color Cylindrical-coordinate representation of color #B99889: hue angle of 18.75º 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 #B99889 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 137 -
CMYK 0 0.18 0.26 0.27
HSL 18.75º 0.26% 0.63% -
HSV(B) 18.75º 0.26% 0.73% -
XYZ 35.75 34.58 28.46 -
YUV 160.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 185 152 137 0 0.18 0.26 0.27 18.75 0.26 0.63
Hex B9 98 89 0 12 1A 1B 13 1A 3F
Octal 271 230 211 0 22 32 33 23 32 77
Binary 10111001 10011000 10001001 0 10010 11010 11011 10011 11010 111111

Color Harmonies of #B99889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99889

Black with #B99889

Text Example


Text Example

White with #B99889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99889; }

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

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

background-color css

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

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

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

border-color css

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

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

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