#B1A298

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

Shades of Del Rio #B1A298

Tints of Del Rio #B1A298

Color information

#B1A298 (or 0xB1A298) is unknown color: approx Del Rio. HEX triplet: B1, A2 and 98. RGB value is (177,162,152). Sum of RGB (Red+Green+Blue) = 177+162+152=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A298 is #4E5D67. Grayscale: #A5A5A5. Windows color (decimal): -5135720 or 10003121. OLE color: 10003121.

HSL color Cylindrical-coordinate representation of color #B1A298: hue angle of 24º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A298 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177162152-
CMYK00.080.140.31
HSL24º13.81%64.51%-
HSV(B)24º14.12%69.41%-
XYZ36.7237.4535-
YUV165.34120.47136.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=36.05%
G=32.99%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716215200.080.140.312413.8164.51
HexB1A29808E1F18e41
Octal26124223001016373016101
Binary101100011010001010011000010001110111111100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A298; }

 p { color: rgb(177,162,152); }

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

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

 a { background-color: rgb(177,162,152); }

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

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

 span { border-color: rgb(177,162,152); }

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