#B4A293

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

Shades of Del Rio #B4A293

Tints of Del Rio #B4A293

Color information

#B4A293 (or 0xB4A293) is unknown color: approx Del Rio. HEX triplet: B4, A2 and 93. RGB value is (180,162,147). Sum of RGB (Red+Green+Blue) = 180+162+147=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A293 is #4B5D6C. Grayscale: #A5A5A5. Windows color (decimal): -4939117 or 9675444. OLE color: 9675444.

HSL color Cylindrical-coordinate representation of color #B4A293: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A293 is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180162147-
CMYK00.10.180.29
HSL27.27º18.03%64.12%-
HSV(B)27.27º18.33%70.59%-
XYZ37.0137.6532.92-
YUV165.67117.46138.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=36.81%
G=33.13%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214700.10.180.2927.2718.0364.12
HexB4A2930A121D1b1240
Octal26424222301222353322100
Binary10110100101000101001001101010100101110111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A293; }

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

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

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

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

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

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

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

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