Html Css Color HEX #BFAC60 Gimblet

📋 copy color: '#BFAC60'

red 191 ◦ green 172 ◦ blue 96

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

Shades of Gimblet #BFAC60

Tints of Gimblet #BFAC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 41.61%
G = 37.47%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFAC60 (or 0xBFAC60) is known color: Gimblet. HEX triplet: BF, AC and 60. RGB value is (191,172,96). Sum of RGB (Red+Green+Blue) = 191+172+96=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC60 is #40539F. Grayscale: #A9A9A9. Windows color (decimal): -4215712 or 6335679. OLE color: 6335679.

HSL color Cylindrical-coordinate representation of color #BFAC60: hue angle of 48º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAC60 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 96 -
CMYK 0 0.10 0.50 0.25
HSL 48º 0.43% 0.56% -
HSV(B) 48º 0.5% 0.75% -
XYZ 38.35 41.43 17.04 -
YUV 169.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 191 172 96 0 0.10 0.50 0.25 48 0.43 0.56
Hex BF AC 60 0 A 32 19 30 2B 38
Octal 277 254 140 0 12 62 31 60 53 70
Binary 10111111 10101100 1100000 0 1010 110010 11001 110000 101011 111000

Color Harmonies of #BFAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC60

Black with #BFAC60

Text Example


Text Example

White with #BFAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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