Html Css Color HEX #B0A063 Gimblet

📋 copy color: '#B0A063'

red 176 ◦ green 160 ◦ blue 99

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

Shades of Gimblet #B0A063

Tints of Gimblet #B0A063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 99 (39.06% from 255) = 22.76%

R = 40.46%
G = 36.78%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B0A063 (or 0xB0A063) is known color: Gimblet. HEX triplet: B0, A0 and 63. RGB value is (176,160,99). Sum of RGB (Red+Green+Blue) = 176+160+99=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A063 is #4F5F9C. Grayscale: #9E9E9E. Windows color (decimal): -5201821 or 6529200. OLE color: 6529200.

HSL color Cylindrical-coordinate representation of color #B0A063: hue angle of 47.53º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0A063 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 99 -
CMYK 0 0.09 0.44 0.31
HSL 47.53º 0.33% 0.54% -
HSV(B) 47.53º 0.44% 0.69% -
XYZ 32.73 35.27 16.89 -
YUV 157.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 176 160 99 0 0.09 0.44 0.31 47.53 0.33 0.54
Hex B0 A0 63 0 9 2C 1F 30 21 36
Octal 260 240 143 0 11 54 37 60 41 66
Binary 10110000 10100000 1100011 0 1001 101100 11111 110000 100001 110110

Color Harmonies of #B0A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A063

Black with #B0A063

Text Example


Text Example

White with #B0A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A063; }

 p { color: rgb(176,160,99); }

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

background-color css

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

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

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

border-color css

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

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

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