#B7A295

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

Shades of Del Rio #B7A295

Tints of Del Rio #B7A295

Color information

#B7A295 (or 0xB7A295) is unknown color: approx Del Rio. HEX triplet: B7, A2 and 95. RGB value is (183,162,149). Sum of RGB (Red+Green+Blue) = 183+162+149=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A295 is #485D6A. Grayscale: #A6A6A6. Windows color (decimal): -4742507 or 9806519. OLE color: 9806519.

HSL color Cylindrical-coordinate representation of color #B7A295: hue angle of 22.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A295 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183162149-
CMYK00.110.190.28
HSL22.94º19.1%65.1%-
HSV(B)22.94º18.58%71.76%-
XYZ37.8738.0833.79-
YUV166.8117.96139.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=37.04%
G=32.79%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316214900.110.190.2822.9419.165.1
HexB7A2950B131C171341
Octal26724222501323342723101
Binary10110111101000101001010101011100111110010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A295; }

 p { color: rgb(183,162,149); }

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

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

 a { background-color: rgb(183,162,149); }

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

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

 span { border-color: rgb(183,162,149); }

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