Html Css Color HEX #B1A865 Gimblet

📋 copy color: '#B1A865'

red 177 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #B1A865

Tints of Gimblet #B1A865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 39.69%
G = 37.67%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B1A865 (or 0xB1A865) is known color: Gimblet. HEX triplet: B1, A8 and 65. RGB value is (177,168,101). Sum of RGB (Red+Green+Blue) = 177+168+101=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A865 is #4E579A. Grayscale: #A3A3A3. Windows color (decimal): -5134235 or 6662321. OLE color: 6662321.

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

Color convert

RGB 177 168 101 -
CMYK 0 0.05 0.43 0.31
HSL 52.89º 0.33% 0.55% -
HSV(B) 52.89º 0.43% 0.69% -
XYZ 34.48 38.29 17.89 -
YUV 163.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 177 168 101 0 0.05 0.43 0.31 52.89 0.33 0.55
Hex B1 A8 65 0 5 2B 1F 35 21 37
Octal 261 250 145 0 5 53 37 65 41 67
Binary 10110001 10101000 1100101 0 101 101011 11111 110101 100001 110111

Color Harmonies of #B1A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A865

Black with #B1A865

Text Example


Text Example

White with #B1A865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A865; }

 p { color: rgb(177,168,101); }

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

background-color css

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

 a { background-color: rgb(177,168,101); }

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

border-color css

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

 span { border-color: rgb(177,168,101); }

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