Html Css Color HEX #BFAD6E Gimblet

📋 copy color: '#BFAD6E'

red 191 ◦ green 173 ◦ blue 110

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

Shades of Gimblet #BFAD6E

Tints of Gimblet #BFAD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 40.3%
G = 36.5%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAD6E (or 0xBFAD6E) is known color: Gimblet. HEX triplet: BF, AD and 6E. RGB value is (191,173,110). Sum of RGB (Red+Green+Blue) = 191+173+110=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD6E is #405291. Grayscale: #ABABAB. Windows color (decimal): -4215442 or 7253439. OLE color: 7253439.

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

Color convert

RGB 191 173 110 -
CMYK 0 0.09 0.42 0.25
HSL 46.67º 0.39% 0.59% -
HSV(B) 46.67º 0.42% 0.75% -
XYZ 39.24 42.09 20.81 -
YUV 171.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 191 173 110 0 0.09 0.42 0.25 46.67 0.39 0.59
Hex BF AD 6E 0 9 2A 19 2F 27 3B
Octal 277 255 156 0 11 52 31 57 47 73
Binary 10111111 10101101 1101110 0 1001 101010 11001 101111 100111 111011

Color Harmonies of #BFAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD6E

Black with #BFAD6E

Text Example


Text Example

White with #BFAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD6E; }

 p { color: rgb(191,173,110); }

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

background-color css

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

 a { background-color: rgb(191,173,110); }

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

border-color css

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

 span { border-color: rgb(191,173,110); }

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