#B4978B

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

Shades of Del Rio #B4978B

Tints of Del Rio #B4978B

Color information

#B4978B (or 0xB4978B) is unknown color: approx Del Rio. HEX triplet: B4, 97 and 8B. RGB value is (180,151,139). Sum of RGB (Red+Green+Blue) = 180+151+139=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4978B is #4B6874. Grayscale: #9E9E9E. Windows color (decimal): -4941941 or 9148340. OLE color: 9148340.

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

Color convert

RGB180151139-
CMYK00.160.230.29
HSL17.56º21.47%62.55%-
HSV(B)17.56º22.78%70.59%-
XYZ34.5533.729.11-
YUV158.3117.11143.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=38.30%
G=32.13%
B=29.57%

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
Decimal18015113900.160.230.2917.5621.4762.55
HexB4978B010171D12153f
Octal2642272130202735222577
Binary10110100100101111000101101000010111111011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4978B; }

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

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

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

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

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

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

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

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