Html Css Color HEX #B9AC69 Gimblet

📋 copy color: '#B9AC69'

red 185 ◦ green 172 ◦ blue 105

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

Shades of Gimblet #B9AC69

Tints of Gimblet #B9AC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 40.04%
G = 37.23%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9AC69 (or 0xB9AC69) is known color: Gimblet. HEX triplet: B9, AC and 69. RGB value is (185,172,105). Sum of RGB (Red+Green+Blue) = 185+172+105=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC69 is #465396. Grayscale: #A8A8A8. Windows color (decimal): -4608919 or 6925497. OLE color: 6925497.

HSL color Cylindrical-coordinate representation of color #B9AC69: hue angle of 50.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 #B9AC69 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 105 -
CMYK 0 0.07 0.43 0.27
HSL 50.25º 0.36% 0.57% -
HSV(B) 50.25º 0.43% 0.73% -
XYZ 37.31 40.84 19.28 -
YUV 168.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 185 172 105 0 0.07 0.43 0.27 50.25 0.36 0.57
Hex B9 AC 69 0 7 2B 1B 32 24 39
Octal 271 254 151 0 7 53 33 62 44 71
Binary 10111001 10101100 1101001 0 111 101011 11011 110010 100100 111001

Color Harmonies of #B9AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC69

Black with #B9AC69

Text Example


Text Example

White with #B9AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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