#B0B08B

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

Shades of Eagle #B0B08B

Tints of Eagle #B0B08B

Color information

#B0B08B (or 0xB0B08B) is unknown color: approx Eagle. HEX triplet: B0, B0 and 8B. RGB value is (176,176,139). Sum of RGB (Red+Green+Blue) = 176+176+139=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B08B is #4F4F74. Grayscale: #ABABAB. Windows color (decimal): -5197685 or 9154736. OLE color: 9154736.

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

Color convert

RGB176176139-
CMYK000.210.31
HSL60º18.97%61.76%-
HSV(B)60º21.02%69.02%-
XYZ38.0942.1430.55-
YUV171.78109.5131.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=35.85%
G=35.85%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176139000.210.316018.9761.76
HexB0B08B00151F3c133e
Octal260260213002537742376
Binary10110000101100001000101100101011111111110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B08B; }

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

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

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

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

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

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

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

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