Html Css Color HEX #BFAC61 Gimblet

📋 copy color: '#BFAC61'

red 191 ◦ green 172 ◦ blue 97

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

Shades of Gimblet #BFAC61

Tints of Gimblet #BFAC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 41.52%
G = 37.39%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFAC61 (or 0xBFAC61) is known color: Gimblet. HEX triplet: BF, AC and 61. RGB value is (191,172,97). Sum of RGB (Red+Green+Blue) = 191+172+97=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC61 is #40539E. Grayscale: #A9A9A9. Windows color (decimal): -4215711 or 6401215. OLE color: 6401215.

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

Color convert

RGB 191 172 97 -
CMYK 0 0.10 0.49 0.25
HSL 47.87º 0.42% 0.56% -
HSV(B) 47.87º 0.49% 0.75% -
XYZ 38.4 41.44 17.29 -
YUV 169.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 191 172 97 0 0.10 0.49 0.25 47.87 0.42 0.56
Hex BF AC 61 0 A 31 19 30 2A 38
Octal 277 254 141 0 12 61 31 60 52 70
Binary 10111111 10101100 1100001 0 1010 110001 11001 110000 101010 111000

Color Harmonies of #BFAC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC61

Black with #BFAC61

Text Example


Text Example

White with #BFAC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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