Html Css Color HEX #B9A669 Gimblet

📋 copy color: '#B9A669'

red 185 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #B9A669

Tints of Gimblet #B9A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 40.57%
G = 36.4%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9A669 (or 0xB9A669) is known color: Gimblet. HEX triplet: B9, A6 and 69. RGB value is (185,166,105). Sum of RGB (Red+Green+Blue) = 185+166+105=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A669 is #465996. Grayscale: #A4A4A4. Windows color (decimal): -4610455 or 6923961. OLE color: 6923961.

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

Color convert

RGB 185 166 105 -
CMYK 0 0.10 0.43 0.27
HSL 45.75º 0.36% 0.57% -
HSV(B) 45.75º 0.43% 0.73% -
XYZ 36.19 38.61 18.91 -
YUV 164.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 185 166 105 0 0.10 0.43 0.27 45.75 0.36 0.57
Hex B9 A6 69 0 A 2B 1B 2E 24 39
Octal 271 246 151 0 12 53 33 56 44 71
Binary 10111001 10100110 1101001 0 1010 101011 11011 101110 100100 111001

Color Harmonies of #B9A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A669

Black with #B9A669

Text Example


Text Example

White with #B9A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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