#B0B08D

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

Shades of Eagle #B0B08D

Tints of Eagle #B0B08D

Color information

#B0B08D (or 0xB0B08D) is unknown color: approx Eagle. HEX triplet: B0, B0 and 8D. RGB value is (176,176,141). Sum of RGB (Red+Green+Blue) = 176+176+141=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B08D is #4F4F72. Grayscale: #ACACAC. Windows color (decimal): -5197683 or 9285808. OLE color: 9285808.

HSL color Cylindrical-coordinate representation of color #B0B08D: hue angle of 60º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B08D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176176141-
CMYK000.200.31
HSL60º18.13%62.16%-
HSV(B)60º19.89%69.02%-
XYZ38.2442.231.33-
YUV172.01110.5130.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=35.70%
G=35.70%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176141000.200.316018.1362.16
HexB0B08D00141F3c123e
Octal260260215002437742276
Binary10110000101100001000110100101001111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B08D; }

 p { color: rgb(176,176,141); }

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

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

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

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

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

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

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