#B3978D

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

Shades of Del Rio #B3978D

Tints of Del Rio #B3978D

Color information

#B3978D (or 0xB3978D) is unknown color: approx Del Rio. HEX triplet: B3, 97 and 8D. RGB value is (179,151,141). Sum of RGB (Red+Green+Blue) = 179+151+141=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3978D is #4C6872. Grayscale: #9E9E9E. Windows color (decimal): -5007475 or 9279411. OLE color: 9279411.

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

Color convert

RGB179151141-
CMYK00.160.210.30
HSL15.79º20%62.75%-
HSV(B)15.79º21.23%70.2%-
XYZ34.4633.6429.88-
YUV158.23118.28142.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=38.00%
G=32.06%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915114100.160.210.3015.792062.75
HexB3978D010151E10143f
Octal2632272150202536202477
Binary10110011100101111000110101000010101111101000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3978D; }

 p { color: rgb(179,151,141); }

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

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

 a { background-color: rgb(179,151,141); }

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

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

 span { border-color: rgb(179,151,141); }

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