#B2B08D

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

Shades of Eagle #B2B08D

Tints of Eagle #B2B08D

Color information

#B2B08D (or 0xB2B08D) is unknown color: approx Eagle. HEX triplet: B2, B0 and 8D. RGB value is (178,176,141). Sum of RGB (Red+Green+Blue) = 178+176+141=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B08D is #4D4F72. Grayscale: #ACACAC. Windows color (decimal): -5066611 or 9285810. OLE color: 9285810.

HSL color Cylindrical-coordinate representation of color #B2B08D: hue angle of 56.76º degrees, saturation: 0.19, 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 #B2B08D is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178176141-
CMYK00.010.210.30
HSL56.76º19.37%62.55%-
HSV(B)56.76º20.79%69.8%-
XYZ38.6942.4431.35-
YUV172.61110.16131.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=35.96%
G=35.56%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817614100.010.210.3056.7619.3762.55
HexB2B08D01151E39133f
Octal262260215012536712377
Binary10110010101100001000110101101011111011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B08D; }

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

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

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

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

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

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

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

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