Html Css Color HEX #BFAC63 Gimblet

📋 copy color: '#BFAC63'

red 191 ◦ green 172 ◦ blue 99

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

Shades of Gimblet #BFAC63

Tints of Gimblet #BFAC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 41.34%
G = 37.23%
B = 21.43%

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

#BFAC63 (or 0xBFAC63) is known color: Gimblet. HEX triplet: BF, AC and 63. RGB value is (191,172,99). Sum of RGB (Red+Green+Blue) = 191+172+99=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC63 is #40539C. Grayscale: #A9A9A9. Windows color (decimal): -4215709 or 6532287. OLE color: 6532287.

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

Color convert

RGB 191 172 99 -
CMYK 0 0.10 0.48 0.25
HSL 47.61º 0.42% 0.57% -
HSV(B) 47.61º 0.48% 0.75% -
XYZ 38.49 41.48 17.78 -
YUV 169.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 191 172 99 0 0.10 0.48 0.25 47.61 0.42 0.57
Hex BF AC 63 0 A 30 19 30 2A 39
Octal 277 254 143 0 12 60 31 60 52 71
Binary 10111111 10101100 1100011 0 1010 110000 11001 110000 101010 111001

Color Harmonies of #BFAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC63

Black with #BFAC63

Text Example


Text Example

White with #BFAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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