Html Css Color HEX #B9A869 Gimblet

📋 copy color: '#B9A869'

red 185 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #B9A869

Tints of Gimblet #B9A869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 40.39%
G = 36.68%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9A869 (or 0xB9A869) is known color: Gimblet. HEX triplet: B9, A8 and 69. RGB value is (185,168,105). Sum of RGB (Red+Green+Blue) = 185+168+105=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A869 is #465796. Grayscale: #A6A6A6. Windows color (decimal): -4609943 or 6924473. OLE color: 6924473.

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

Color convert

RGB 185 168 105 -
CMYK 0 0.09 0.43 0.27
HSL 47.25º 0.36% 0.57% -
HSV(B) 47.25º 0.43% 0.73% -
XYZ 36.56 39.34 19.03 -
YUV 165.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 185 168 105 0 0.09 0.43 0.27 47.25 0.36 0.57
Hex B9 A8 69 0 9 2B 1B 2F 24 39
Octal 271 250 151 0 11 53 33 57 44 71
Binary 10111001 10101000 1101001 0 1001 101011 11011 101111 100100 111001

Color Harmonies of #B9A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A869

Black with #B9A869

Text Example


Text Example

White with #B9A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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