Html Css Color HEX #B9A865 Gimblet

📋 copy color: '#B9A865'

red 185 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #B9A865

Tints of Gimblet #B9A865

RGB

 RED value IS 185 (72.66% from 255) = 40.75%

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

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

R = 40.75%
G = 37%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B9A865 (or 0xB9A865) is known color: Gimblet. HEX triplet: B9, A8 and 65. RGB value is (185,168,101). Sum of RGB (Red+Green+Blue) = 185+168+101=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A865 is #46579A. Grayscale: #A5A5A5. Windows color (decimal): -4609947 or 6662329. OLE color: 6662329.

HSL color Cylindrical-coordinate representation of color #B9A865: hue angle of 47.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9A865 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 101 -
CMYK 0 0.09 0.45 0.27
HSL 47.86º 0.38% 0.56% -
HSV(B) 47.86º 0.45% 0.73% -
XYZ 36.36 39.26 17.97 -
YUV 165.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 185 168 101 0 0.09 0.45 0.27 47.86 0.38 0.56
Hex B9 A8 65 0 9 2D 1B 30 26 38
Octal 271 250 145 0 11 55 33 60 46 70
Binary 10111001 10101000 1100101 0 1001 101101 11011 110000 100110 111000

Color Harmonies of #B9A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A865

Black with #B9A865

Text Example


Text Example

White with #B9A865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A865; }

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

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

background-color css

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

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

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

border-color css

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

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

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