Html Css Color HEX #BFAC6A Gimblet

📋 copy color: '#BFAC6A'

red 191 ◦ green 172 ◦ blue 106

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

Shades of Gimblet #BFAC6A

Tints of Gimblet #BFAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 40.72%
G = 36.67%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFAC6A (or 0xBFAC6A) is known color: Gimblet. HEX triplet: BF, AC and 6A. RGB value is (191,172,106). Sum of RGB (Red+Green+Blue) = 191+172+106=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6A is #405395. Grayscale: #AAAAAA. Windows color (decimal): -4215702 or 6991039. OLE color: 6991039.

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

Color convert

RGB 191 172 106 -
CMYK 0 0.10 0.45 0.25
HSL 46.59º 0.4% 0.58% -
HSV(B) 46.59º 0.45% 0.75% -
XYZ 38.84 41.62 19.62 -
YUV 170.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 191 172 106 0 0.10 0.45 0.25 46.59 0.4 0.58
Hex BF AC 6A 0 A 2D 19 2F 28 3A
Octal 277 254 152 0 12 55 31 57 50 72
Binary 10111111 10101100 1101010 0 1010 101101 11001 101111 101000 111010

Color Harmonies of #BFAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC6A

Black with #BFAC6A

Text Example


Text Example

White with #BFAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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