Html Css Color HEX #BFAC66 Gimblet

📋 copy color: '#BFAC66'

red 191 ◦ green 172 ◦ blue 102

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

Shades of Gimblet #BFAC66

Tints of Gimblet #BFAC66

RGB

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

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

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

R = 41.08%
G = 36.99%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAC66 (or 0xBFAC66) is known color: Gimblet. HEX triplet: BF, AC and 66. RGB value is (191,172,102). Sum of RGB (Red+Green+Blue) = 191+172+102=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC66 is #405399. Grayscale: #A9A9A9. Windows color (decimal): -4215706 or 6728895. OLE color: 6728895.

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

Color convert

RGB 191 172 102 -
CMYK 0 0.10 0.47 0.25
HSL 47.19º 0.41% 0.57% -
HSV(B) 47.19º 0.47% 0.75% -
XYZ 38.64 41.54 18.55 -
YUV 169.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 191 172 102 0 0.10 0.47 0.25 47.19 0.41 0.57
Hex BF AC 66 0 A 2F 19 2F 29 39
Octal 277 254 146 0 12 57 31 57 51 71
Binary 10111111 10101100 1100110 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BFAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC66

Black with #BFAC66

Text Example


Text Example

White with #BFAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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