Html Css Color HEX #BFAD66 Gimblet

📋 copy color: '#BFAD66'

red 191 ◦ green 173 ◦ blue 102

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

Shades of Gimblet #BFAD66

Tints of Gimblet #BFAD66

RGB

 RED value IS 191 (75% from 255) = 40.99%

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 40.99%
G = 37.12%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAD66 (or 0xBFAD66) is known color: Gimblet. HEX triplet: BF, AD and 66. RGB value is (191,173,102). Sum of RGB (Red+Green+Blue) = 191+173+102=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD66 is #405299. Grayscale: #AAAAAA. Windows color (decimal): -4215450 or 6729151. OLE color: 6729151.

HSL color Cylindrical-coordinate representation of color #BFAD66: hue angle of 47.87º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFAD66 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 173 102 -
CMYK 0 0.09 0.47 0.25
HSL 47.87º 0.41% 0.57% -
HSV(B) 47.87º 0.47% 0.75% -
XYZ 38.83 41.92 18.62 -
YUV 170.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 191 173 102 0 0.09 0.47 0.25 47.87 0.41 0.57
Hex BF AD 66 0 9 2F 19 30 29 39
Octal 277 255 146 0 11 57 31 60 51 71
Binary 10111111 10101101 1100110 0 1001 101111 11001 110000 101001 111001

Color Harmonies of #BFAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD66

Black with #BFAD66

Text Example


Text Example

White with #BFAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD66; }

 p { color: rgb(191,173,102); }

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

background-color css

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

 a { background-color: rgb(191,173,102); }

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

border-color css

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

 span { border-color: rgb(191,173,102); }

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