#B99A8B

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

Shades of Del Rio #B99A8B

Tints of Del Rio #B99A8B

Color information

#B99A8B (or 0xB99A8B) is unknown color: approx Del Rio. HEX triplet: B9, 9A and 8B. RGB value is (185,154,139). Sum of RGB (Red+Green+Blue) = 185+154+139=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A8B is #466574. Grayscale: #A1A1A1. Windows color (decimal): -4613493 or 9149113. OLE color: 9149113.

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

Color convert

RGB185154139-
CMYK00.170.250.27
HSL19.57º24.73%63.53%-
HSV(B)19.57º24.86%72.55%-
XYZ36.2235.2929.33-
YUV161.56115.27144.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=38.70%
G=32.22%
B=29.08%

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
Decimal18515413900.170.250.2719.5724.7363.53
HexB99A8B011191B141940
Octal27123221302131332431100
Binary101110011001101010001011010001110011101110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A8B; }

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

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

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

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

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

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

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

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