#B3A190

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

Shades of Del Rio #B3A190

Tints of Del Rio #B3A190

Color information

#B3A190 (or 0xB3A190) is unknown color: approx Del Rio. HEX triplet: B3, A1 and 90. RGB value is (179,161,144). Sum of RGB (Red+Green+Blue) = 179+161+144=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A190 is #4C5E6F. Grayscale: #A4A4A4. Windows color (decimal): -5004912 or 9478579. OLE color: 9478579.

HSL color Cylindrical-coordinate representation of color #B3A190: hue angle of 29.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3A190 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179161144-
CMYK00.100.200.30
HSL29.14º18.72%63.33%-
HSV(B)29.14º19.55%70.2%-
XYZ36.3737.0931.63-
YUV164.44116.46138.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=36.98%
G=33.26%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916114400.100.200.3029.1418.7263.33
HexB3A1900A141E1d133f
Octal2632412200122436352377
Binary1011001110100001100100000101010100111101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A190; }

 p { color: rgb(179,161,144); }

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

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

 a { background-color: rgb(179,161,144); }

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

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

 span { border-color: rgb(179,161,144); }

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