#BB978B

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

Shades of Del Rio #BB978B

Tints of Del Rio #BB978B

Color information

#BB978B (or 0xBB978B) is unknown color: approx Del Rio. HEX triplet: BB, 97 and 8B. RGB value is (187,151,139). Sum of RGB (Red+Green+Blue) = 187+151+139=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB978B is #446874. Grayscale: #A0A0A0. Windows color (decimal): -4483189 or 9148347. OLE color: 9148347.

HSL color Cylindrical-coordinate representation of color #BB978B: hue angle of 15º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB978B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187151139-
CMYK00.190.260.27
HSL15º26.09%63.92%-
HSV(B)15º25.67%73.33%-
XYZ36.2234.5629.19-
YUV160.4115.93146.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=39.20%
G=31.66%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715113900.190.260.271526.0963.92
HexBB978B0131A1Bf1a40
Octal27322721302332331732100
Binary10111011100101111000101101001111010110111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB978B; }

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

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

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

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

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

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

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

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