#B9A293

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

Shades of Del Rio #B9A293

Tints of Del Rio #B9A293

Color information

#B9A293 (or 0xB9A293) is unknown color: approx Del Rio. HEX triplet: B9, A2 and 93. RGB value is (185,162,147). Sum of RGB (Red+Green+Blue) = 185+162+147=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A293 is #465D6C. Grayscale: #A7A7A7. Windows color (decimal): -4611437 or 9675449. OLE color: 9675449.

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

Color convert

RGB185162147-
CMYK00.120.210.27
HSL23.68º21.35%65.1%-
HSV(B)23.68º20.54%72.55%-
XYZ38.1938.2632.98-
YUV167.17116.62140.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=37.45%
G=32.79%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516214700.120.210.2723.6821.3565.1
HexB9A2930C151B181541
Octal27124222301425333025101
Binary10111001101000101001001101100101011101111000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A293; }

 p { color: rgb(185,162,147); }

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

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

 a { background-color: rgb(185,162,147); }

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

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

 span { border-color: rgb(185,162,147); }

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