Html Css Color HEX #BFAC5E Gimblet

📋 copy color: '#BFAC5E'

red 191 ◦ green 172 ◦ blue 94

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

Shades of Gimblet #BFAC5E

Tints of Gimblet #BFAC5E

RGB

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

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

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

R = 41.79%
G = 37.64%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFAC5E (or 0xBFAC5E) is known color: Gimblet. HEX triplet: BF, AC and 5E. RGB value is (191,172,94). Sum of RGB (Red+Green+Blue) = 191+172+94=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC5E is #4053A1. Grayscale: #A9A9A9. Windows color (decimal): -4215714 or 6204607. OLE color: 6204607.

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

Color convert

RGB 191 172 94 -
CMYK 0 0.10 0.51 0.25
HSL 48.25º 0.43% 0.56% -
HSV(B) 48.25º 0.51% 0.75% -
XYZ 38.26 41.39 16.56 -
YUV 168.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 191 172 94 0 0.10 0.51 0.25 48.25 0.43 0.56
Hex BF AC 5E 0 A 33 19 30 2B 38
Octal 277 254 136 0 12 63 31 60 53 70
Binary 10111111 10101100 1011110 0 1010 110011 11001 110000 101011 111000

Color Harmonies of #BFAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC5E

Black with #BFAC5E

Text Example


Text Example

White with #BFAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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