#B5978A

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

Shades of Del Rio #B5978A

Tints of Del Rio #B5978A

Color information

#B5978A (or 0xB5978A) is unknown color: approx Del Rio. HEX triplet: B5, 97 and 8A. RGB value is (181,151,138). Sum of RGB (Red+Green+Blue) = 181+151+138=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5978A is #4A6875. Grayscale: #9E9E9E. Windows color (decimal): -4876406 or 9082805. OLE color: 9082805.

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

Color convert

RGB181151138-
CMYK00.170.240.29
HSL18.14º22.51%62.55%-
HSV(B)18.14º23.76%70.98%-
XYZ34.7133.7928.74-
YUV158.49116.44144.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=38.51%
G=32.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115113800.170.240.2918.1422.5162.55
HexB5978A011181D12173f
Octal2652272120213035222777
Binary10110101100101111000101001000111000111011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5978A; }

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

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

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

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

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

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

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

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