Html Css Color HEX #B9A369 Gimblet

📋 copy color: '#B9A369'

red 185 ◦ green 163 ◦ blue 105

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

Shades of Gimblet #B9A369

Tints of Gimblet #B9A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

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

R = 40.84%
G = 35.98%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9A369 (or 0xB9A369) is known color: Gimblet. HEX triplet: B9, A3 and 69. RGB value is (185,163,105). Sum of RGB (Red+Green+Blue) = 185+163+105=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A369 is #465C96. Grayscale: #A3A3A3. Windows color (decimal): -4611223 or 6923193. OLE color: 6923193.

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

Color convert

RGB 185 163 105 -
CMYK 0 0.12 0.43 0.27
HSL 43.5º 0.36% 0.57% -
HSV(B) 43.5º 0.43% 0.73% -
XYZ 35.65 37.53 18.73 -
YUV 162.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 185 163 105 0 0.12 0.43 0.27 43.5 0.36 0.57
Hex B9 A3 69 0 C 2B 1B 2C 24 39
Octal 271 243 151 0 14 53 33 54 44 71
Binary 10111001 10100011 1101001 0 1100 101011 11011 101100 100100 111001

Color Harmonies of #B9A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A369

Black with #B9A369

Text Example


Text Example

White with #B9A369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A369; }

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

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

background-color css

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

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

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

border-color css

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

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

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