Html Css Color HEX #BFBA2F Old Gold

📋 copy color: '#BFBA2F'

red 191 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #BFBA2F

Tints of Old Gold #BFBA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 45.05%
G = 43.87%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFBA2F (or 0xBFBA2F) is known color: Old Gold. HEX triplet: BF, BA and 2F. RGB value is (191,186,47). Sum of RGB (Red+Green+Blue) = 191+186+47=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA2F is #4045D0. Grayscale: #ACACAC. Windows color (decimal): -4212177 or 3127999. OLE color: 3127999.

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

Color convert

RGB 191 186 47 -
CMYK 0 0.03 0.75 0.25
HSL 57.92º 0.61% 0.47% -
HSV(B) 57.92º 0.75% 0.75% -
XYZ 39.56 46.4 9.56 -
YUV 171.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 191 186 47 0 0.03 0.75 0.25 57.92 0.61 0.47
Hex BF BA 2F 0 3 4B 19 3A 3D 2F
Octal 277 272 57 0 3 113 31 72 75 57
Binary 10111111 10111010 101111 0 11 1001011 11001 111010 111101 101111

Color Harmonies of #BFBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA2F

Black with #BFBA2F

Text Example


Text Example

White with #BFBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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