Html Css Color HEX #B1A760 Gimblet

📋 copy color: '#B1A760'

red 177 ◦ green 167 ◦ blue 96

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

Shades of Gimblet #B1A760

Tints of Gimblet #B1A760

RGB

 RED value IS 177 (69.53% from 255) = 40.23%

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 40.23%
G = 37.95%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1A760 (or 0xB1A760) is known color: Gimblet. HEX triplet: B1, A7 and 60. RGB value is (177,167,96). Sum of RGB (Red+Green+Blue) = 177+167+96=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A760 is #4E589F. Grayscale: #A2A2A2. Windows color (decimal): -5134496 or 6334385. OLE color: 6334385.

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

Color convert

RGB 177 167 96 -
CMYK 0 0.06 0.46 0.31
HSL 52.59º 0.34% 0.54% -
HSV(B) 52.59º 0.46% 0.69% -
XYZ 34.06 37.83 16.57 -
YUV 161.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 177 167 96 0 0.06 0.46 0.31 52.59 0.34 0.54
Hex B1 A7 60 0 6 2E 1F 35 22 36
Octal 261 247 140 0 6 56 37 65 42 66
Binary 10110001 10100111 1100000 0 110 101110 11111 110101 100010 110110

Color Harmonies of #B1A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A760

Black with #B1A760

Text Example


Text Example

White with #B1A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A760; }

 p { color: rgb(177,167,96); }

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

background-color css

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

 a { background-color: rgb(177,167,96); }

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

border-color css

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

 span { border-color: rgb(177,167,96); }

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