Html Css Color HEX #BFAC6D Gimblet

📋 copy color: '#BFAC6D'

red 191 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #BFAC6D

Tints of Gimblet #BFAC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 40.47%
G = 36.44%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFAC6D (or 0xBFAC6D) is known color: Gimblet. HEX triplet: BF, AC and 6D. RGB value is (191,172,109). Sum of RGB (Red+Green+Blue) = 191+172+109=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6D is #405392. Grayscale: #AAAAAA. Windows color (decimal): -4215699 or 7187647. OLE color: 7187647.

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

Color convert

RGB 191 172 109 -
CMYK 0 0.10 0.43 0.25
HSL 46.1º 0.39% 0.59% -
HSV(B) 46.1º 0.43% 0.75% -
XYZ 39 41.69 20.46 -
YUV 170.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 191 172 109 0 0.10 0.43 0.25 46.1 0.39 0.59
Hex BF AC 6D 0 A 2B 19 2E 27 3B
Octal 277 254 155 0 12 53 31 56 47 73
Binary 10111111 10101100 1101101 0 1010 101011 11001 101110 100111 111011

Color Harmonies of #BFAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC6D

Black with #BFAC6D

Text Example


Text Example

White with #BFAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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