Html Css Color HEX #BFAC64 Gimblet

📋 copy color: '#BFAC64'

red 191 ◦ green 172 ◦ blue 100

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

Shades of Gimblet #BFAC64

Tints of Gimblet #BFAC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 41.25%
G = 37.15%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFAC64 (or 0xBFAC64) is known color: Gimblet. HEX triplet: BF, AC and 64. RGB value is (191,172,100). Sum of RGB (Red+Green+Blue) = 191+172+100=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC64 is #40539B. Grayscale: #A9A9A9. Windows color (decimal): -4215708 or 6597823. OLE color: 6597823.

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

Color convert

RGB 191 172 100 -
CMYK 0 0.10 0.48 0.25
HSL 47.47º 0.42% 0.57% -
HSV(B) 47.47º 0.48% 0.75% -
XYZ 38.54 41.5 18.04 -
YUV 169.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 191 172 100 0 0.10 0.48 0.25 47.47 0.42 0.57
Hex BF AC 64 0 A 30 19 2F 2A 39
Octal 277 254 144 0 12 60 31 57 52 71
Binary 10111111 10101100 1100100 0 1010 110000 11001 101111 101010 111001

Color Harmonies of #BFAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC64

Black with #BFAC64

Text Example


Text Example

White with #BFAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC64; }

 p { color: rgb(191,172,100); }

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

background-color css

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

 a { background-color: rgb(191,172,100); }

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

border-color css

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

 span { border-color: rgb(191,172,100); }

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