Html Css Color HEX #B1A764 Gimblet

📋 copy color: '#B1A764'

red 177 ◦ green 167 ◦ blue 100

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

Shades of Gimblet #B1A764

Tints of Gimblet #B1A764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 39.86%
G = 37.61%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B1A764 (or 0xB1A764) is known color: Gimblet. HEX triplet: B1, A7 and 64. RGB value is (177,167,100). Sum of RGB (Red+Green+Blue) = 177+167+100=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A764 is #4E589B. Grayscale: #A2A2A2. Windows color (decimal): -5134492 or 6596529. OLE color: 6596529.

HSL color Cylindrical-coordinate representation of color #B1A764: hue angle of 52.21º 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 #B1A764 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 167 100 -
CMYK 0 0.06 0.44 0.31
HSL 52.21º 0.33% 0.54% -
HSV(B) 52.21º 0.44% 0.69% -
XYZ 34.25 37.9 17.57 -
YUV 162.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 177 167 100 0 0.06 0.44 0.31 52.21 0.33 0.54
Hex B1 A7 64 0 6 2C 1F 34 21 36
Octal 261 247 144 0 6 54 37 64 41 66
Binary 10110001 10100111 1100100 0 110 101100 11111 110100 100001 110110

Color Harmonies of #B1A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A764

Black with #B1A764

Text Example


Text Example

White with #B1A764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A764; }

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

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

background-color css

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

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

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

border-color css

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

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

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