#B99A8A

Color #B99A8A Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B99A8A

Tints of Del Rio #B99A8A

Color information

#B99A8A (or 0xB99A8A) is unknown color: approx Del Rio. HEX triplet: B9, 9A and 8A. RGB value is (185,154,138). Sum of RGB (Red+Green+Blue) = 185+154+138=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A8A is #466575. Grayscale: #A1A1A1. Windows color (decimal): -4613494 or 9083577. OLE color: 9083577.

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

Color convert

RGB185154138-
CMYK00.170.250.27
HSL20.43º25.13%63.33%-
HSV(B)20.43º25.41%72.55%-
XYZ36.1535.2628.95-
YUV161.44114.77144.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=38.78%
G=32.29%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515413800.170.250.2720.4325.1363.33
HexB99A8A011191B14193f
Octal2712322120213133243177
Binary10111001100110101000101001000111001110111010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A8A; }

 p { color: rgb(185,154,138); }

 H1.HeaderClassName
 {
   color: #B99A8A;
 }
 .AnyTagClassName
 {
   color: #B99A8A;
 }
</style>
background-color css

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

 a { background-color: rgb(185,154,138); }

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

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

 span { border-color: rgb(185,154,138); }

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