#B4A294

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

Shades of Del Rio #B4A294

Tints of Del Rio #B4A294

Color information

#B4A294 (or 0xB4A294) is unknown color: approx Del Rio. HEX triplet: B4, A2 and 94. RGB value is (180,162,148). Sum of RGB (Red+Green+Blue) = 180+162+148=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A294 is #4B5D6B. Grayscale: #A5A5A5. Windows color (decimal): -4939116 or 9740980. OLE color: 9740980.

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

Color convert

RGB180162148-
CMYK00.10.180.29
HSL26.25º17.58%64.31%-
HSV(B)26.25º17.78%70.59%-
XYZ37.0937.6833.34-
YUV165.79117.96138.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=36.73%
G=33.06%
B=30.20%

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
Decimal18016214800.10.180.2926.2517.5864.31
HexB4A2940A121D1a1240
Octal26424222401222353222100
Binary10110100101000101001010001010100101110111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A294; }

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

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

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

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

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

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

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

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