Html Css Color HEX #B0A95E Gimblet

📋 copy color: '#B0A95E'

red 176 ◦ green 169 ◦ blue 94

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

Shades of Gimblet #B0A95E

Tints of Gimblet #B0A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 40.09%
G = 38.5%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0A95E (or 0xB0A95E) is known color: Gimblet. HEX triplet: B0, A9 and 5E. RGB value is (176,169,94). Sum of RGB (Red+Green+Blue) = 176+169+94=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A95E is #4F56A1. Grayscale: #A2A2A2. Windows color (decimal): -5199522 or 6203824. OLE color: 6203824.

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

Color convert

RGB 176 169 94 -
CMYK 0 0.04 0.47 0.31
HSL 54.88º 0.34% 0.53% -
HSV(B) 54.88º 0.47% 0.69% -
XYZ 34.11 38.41 16.21 -
YUV 162.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 176 169 94 0 0.04 0.47 0.31 54.88 0.34 0.53
Hex B0 A9 5E 0 4 2F 1F 37 22 35
Octal 260 251 136 0 4 57 37 67 42 65
Binary 10110000 10101001 1011110 0 100 101111 11111 110111 100010 110101

Color Harmonies of #B0A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A95E

Black with #B0A95E

Text Example


Text Example

White with #B0A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A95E; }

 p { color: rgb(176,169,94); }

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

background-color css

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

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

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

border-color css

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

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

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