Html Css Color HEX #BFBD2F Old Gold

📋 copy color: '#BFBD2F'

red 191 ◦ green 189 ◦ blue 47

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

Shades of Old Gold #BFBD2F

Tints of Old Gold #BFBD2F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 44.73%
G = 44.26%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFBD2F (or 0xBFBD2F) is known color: Old Gold. HEX triplet: BF, BD and 2F. RGB value is (191,189,47). Sum of RGB (Red+Green+Blue) = 191+189+47=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD2F is #4042D0. Grayscale: #ADADAD. Windows color (decimal): -4211409 or 3128767. OLE color: 3128767.

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

Color convert

RGB 191 189 47 -
CMYK 0 0.01 0.75 0.25
HSL 59.17º 0.61% 0.47% -
HSV(B) 59.17º 0.75% 0.75% -
XYZ 40.2 47.68 9.77 -
YUV 173.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 191 189 47 0 0.01 0.75 0.25 59.17 0.61 0.47
Hex BF BD 2F 0 1 4B 19 3B 3D 2F
Octal 277 275 57 0 1 113 31 73 75 57
Binary 10111111 10111101 101111 0 1 1001011 11001 111011 111101 101111

Color Harmonies of #BFBD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD2F

Black with #BFBD2F

Text Example


Text Example

White with #BFBD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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