#B4A298

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

Shades of Del Rio #B4A298

Tints of Del Rio #B4A298

Color information

#B4A298 (or 0xB4A298) is unknown color: approx Del Rio. HEX triplet: B4, A2 and 98. RGB value is (180,162,152). Sum of RGB (Red+Green+Blue) = 180+162+152=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A298 is #4B5D67. Grayscale: #A6A6A6. Windows color (decimal): -4939112 or 10003124. OLE color: 10003124.

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

Color convert

RGB180162152-
CMYK00.10.160.29
HSL21.43º15.73%65.1%-
HSV(B)21.43º15.56%70.59%-
XYZ37.4137.8135.03-
YUV166.24119.96137.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=36.44%
G=32.79%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016215200.10.160.2921.4315.7365.1
HexB4A2980A101D151041
Octal26424223001220352520101
Binary10110100101000101001100001010100001110110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A298; }

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

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

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

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

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

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

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

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