Html Css Color HEX #BFBA31 Old Gold

📋 copy color: '#BFBA31'

red 191 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #BFBA31

Tints of Old Gold #BFBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

 BLUE value IS 49 (19.53% from 255) = 11.5%

R = 44.84%
G = 43.66%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFBA31 (or 0xBFBA31) is known color: Old Gold. HEX triplet: BF, BA and 31. RGB value is (191,186,49). Sum of RGB (Red+Green+Blue) = 191+186+49=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA31 is #4045CE. Grayscale: #ACACAC. Windows color (decimal): -4212175 or 3259071. OLE color: 3259071.

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

Color convert

RGB 191 186 49 -
CMYK 0 0.03 0.74 0.25
HSL 57.89º 0.59% 0.47% -
HSV(B) 57.89º 0.74% 0.75% -
XYZ 39.6 46.42 9.78 -
YUV 171.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 191 186 49 0 0.03 0.74 0.25 57.89 0.59 0.47
Hex BF BA 31 0 3 4A 19 3A 3B 2F
Octal 277 272 61 0 3 112 31 72 73 57
Binary 10111111 10111010 110001 0 11 1001010 11001 111010 111011 101111

Color Harmonies of #BFBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA31

Black with #BFBA31

Text Example


Text Example

White with #BFBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA31; }

 p { color: rgb(191,186,49); }

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

background-color css

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

 a { background-color: rgb(191,186,49); }

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

border-color css

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

 span { border-color: rgb(191,186,49); }

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