Html Css Color HEX #B0A260 Gimblet

📋 copy color: '#B0A260'

red 176 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #B0A260

Tints of Gimblet #B0A260

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

 GREEN value IS 162 (63.67% from 255) = 37.33%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 40.55%
G = 37.33%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B0A260 (or 0xB0A260) is known color: Gimblet. HEX triplet: B0, A2 and 60. RGB value is (176,162,96). Sum of RGB (Red+Green+Blue) = 176+162+96=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A260 is #4F5D9F. Grayscale: #9E9E9E. Windows color (decimal): -5201312 or 6333104. OLE color: 6333104.

HSL color Cylindrical-coordinate representation of color #B0A260: hue angle of 49.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0A260 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 96 -
CMYK 0 0.08 0.45 0.31
HSL 49.5º 0.34% 0.53% -
HSV(B) 49.5º 0.45% 0.69% -
XYZ 32.94 35.92 16.26 -
YUV 158.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 176 162 96 0 0.08 0.45 0.31 49.5 0.34 0.53
Hex B0 A2 60 0 8 2D 1F 32 22 35
Octal 260 242 140 0 10 55 37 62 42 65
Binary 10110000 10100010 1100000 0 1000 101101 11111 110010 100010 110101

Color Harmonies of #B0A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A260

Black with #B0A260

Text Example


Text Example

White with #B0A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A260; }

 p { color: rgb(176,162,96); }

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

background-color css

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

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

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

border-color css

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

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

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