Html Css Color HEX #BFAC65 Gimblet

📋 copy color: '#BFAC65'

red 191 ◦ green 172 ◦ blue 101

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

Shades of Gimblet #BFAC65

Tints of Gimblet #BFAC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 41.16%
G = 37.07%
B = 21.77%

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

#BFAC65 (or 0xBFAC65) is known color: Gimblet. HEX triplet: BF, AC and 65. RGB value is (191,172,101). Sum of RGB (Red+Green+Blue) = 191+172+101=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC65 is #40539A. Grayscale: #A9A9A9. Windows color (decimal): -4215707 or 6663359. OLE color: 6663359.

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

Color convert

RGB 191 172 101 -
CMYK 0 0.10 0.47 0.25
HSL 47.33º 0.41% 0.57% -
HSV(B) 47.33º 0.47% 0.75% -
XYZ 38.59 41.52 18.29 -
YUV 169.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 191 172 101 0 0.10 0.47 0.25 47.33 0.41 0.57
Hex BF AC 65 0 A 2F 19 2F 29 39
Octal 277 254 145 0 12 57 31 57 51 71
Binary 10111111 10101100 1100101 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BFAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC65

Black with #BFAC65

Text Example


Text Example

White with #BFAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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