#B4978A

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

Shades of Del Rio #B4978A

Tints of Del Rio #B4978A

Color information

#B4978A (or 0xB4978A) is unknown color: approx Del Rio. HEX triplet: B4, 97 and 8A. RGB value is (180,151,138). Sum of RGB (Red+Green+Blue) = 180+151+138=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4978A is #4B6875. Grayscale: #9E9E9E. Windows color (decimal): -4941942 or 9082804. OLE color: 9082804.

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

Color convert

RGB180151138-
CMYK00.160.230.29
HSL18.57º21.88%62.35%-
HSV(B)18.57º23.33%70.59%-
XYZ34.4833.6728.73-
YUV158.19116.61143.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=38.38%
G=32.20%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015113800.160.230.2918.5721.8862.35
HexB4978A010171D13163e
Octal2642272120202735232676
Binary10110100100101111000101001000010111111011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4978A; }

 p { color: rgb(180,151,138); }

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

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

 a { background-color: rgb(180,151,138); }

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

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

 span { border-color: rgb(180,151,138); }

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