Html Css Color HEX #BFAC58 Gimblet

📋 copy color: '#BFAC58'

red 191 ◦ green 172 ◦ blue 88

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

Shades of Gimblet #BFAC58

Tints of Gimblet #BFAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 42.35%
G = 38.14%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFAC58 (or 0xBFAC58) is known color: Gimblet. HEX triplet: BF, AC and 58. RGB value is (191,172,88). Sum of RGB (Red+Green+Blue) = 191+172+88=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC58 is #4053A7. Grayscale: #A8A8A8. Windows color (decimal): -4215720 or 5811391. OLE color: 5811391.

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

Color convert

RGB 191 172 88 -
CMYK 0 0.10 0.54 0.25
HSL 48.93º 0.45% 0.55% -
HSV(B) 48.93º 0.54% 0.75% -
XYZ 38 41.29 15.2 -
YUV 168.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 191 172 88 0 0.10 0.54 0.25 48.93 0.45 0.55
Hex BF AC 58 0 A 36 19 31 2D 37
Octal 277 254 130 0 12 66 31 61 55 67
Binary 10111111 10101100 1011000 0 1010 110110 11001 110001 101101 110111

Color Harmonies of #BFAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC58

Black with #BFAC58

Text Example


Text Example

White with #BFAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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