Html Css Color HEX #BFB940 Old Gold

📋 copy color: '#BFB940'

red 191 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #BFB940

Tints of Old Gold #BFB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 43.41%
G = 42.05%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFB940 (or 0xBFB940) is known color: Old Gold. HEX triplet: BF, B9 and 40. RGB value is (191,185,64). Sum of RGB (Red+Green+Blue) = 191+185+64=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB940 is #4046BF. Grayscale: #ADADAD. Windows color (decimal): -4212416 or 4241855. OLE color: 4241855.

HSL color Cylindrical-coordinate representation of color #BFB940: hue angle of 57.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFB940 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 64 -
CMYK 0 0.03 0.66 0.25
HSL 57.17º 0.5% 0.5% -
HSV(B) 57.17º 0.66% 0.75% -
XYZ 39.76 46.14 11.66 -
YUV 173 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 191 185 64 0 0.03 0.66 0.25 57.17 0.5 0.5
Hex BF B9 40 0 3 42 19 39 32 32
Octal 277 271 100 0 3 102 31 71 62 62
Binary 10111111 10111001 1000000 0 11 1000010 11001 111001 110010 110010

Color Harmonies of #BFB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB940

Black with #BFB940

Text Example


Text Example

White with #BFB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB940; }

 p { color: rgb(191,185,64); }

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

background-color css

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

 a { background-color: rgb(191,185,64); }

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

border-color css

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

 span { border-color: rgb(191,185,64); }

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