Html Css Color HEX #B2B08C Eagle

📋 copy color: '#B2B08C'

red 178 ◦ green 176 ◦ blue 140

#B2B08C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #B2B08C

Tints of Eagle #B2B08C

RGB

 RED value IS 178 (69.92% from 255) = 36.03%

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 36.03%
G = 35.63%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2B08C (or 0xB2B08C) is known color: Eagle. HEX triplet: B2, B0 and 8C. RGB value is (178,176,140). Sum of RGB (Red+Green+Blue) = 178+176+140=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B08C is #4D4F73. Grayscale: #ACACAC. Windows color (decimal): -5066612 or 9220274. OLE color: 9220274.

HSL color Cylindrical-coordinate representation of color #B2B08C: hue angle of 56.84º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B08C is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 140 -
CMYK 0 0.01 0.21 0.30
HSL 56.84º 0.2% 0.62% -
HSV(B) 56.84º 0.21% 0.7% -
XYZ 38.62 42.41 30.96 -
YUV 172.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 178 176 140 0 0.01 0.21 0.30 56.84 0.2 0.62
Hex B2 B0 8C 0 1 15 1E 39 14 3E
Octal 262 260 214 0 1 25 36 71 24 76
Binary 10110010 10110000 10001100 0 1 10101 11110 111001 10100 111110

Color Harmonies of #B2B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B08C

Black with #B2B08C

Text Example


Text Example

White with #B2B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B08C; }

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

 H1.HeaderClassName
 {
   color: #B2B08C;
 }
 .AnyTagClassName
 {
   color: #B2B08C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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