Html Css Color HEX #BFAD5E Gimblet

📋 copy color: '#BFAD5E'

red 191 ◦ green 173 ◦ blue 94

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

Shades of Gimblet #BFAD5E

Tints of Gimblet #BFAD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 41.7%
G = 37.77%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFAD5E (or 0xBFAD5E) is known color: Gimblet. HEX triplet: BF, AD and 5E. RGB value is (191,173,94). Sum of RGB (Red+Green+Blue) = 191+173+94=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD5E is #4052A1. Grayscale: #A9A9A9. Windows color (decimal): -4215458 or 6204863. OLE color: 6204863.

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

Color convert

RGB 191 173 94 -
CMYK 0 0.09 0.51 0.25
HSL 48.87º 0.43% 0.56% -
HSV(B) 48.87º 0.51% 0.75% -
XYZ 38.45 41.77 16.63 -
YUV 169.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 191 173 94 0 0.09 0.51 0.25 48.87 0.43 0.56
Hex BF AD 5E 0 9 33 19 31 2B 38
Octal 277 255 136 0 11 63 31 61 53 70
Binary 10111111 10101101 1011110 0 1001 110011 11001 110001 101011 111000

Color Harmonies of #BFAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD5E

Black with #BFAD5E

Text Example


Text Example

White with #BFAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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