Html Css Color HEX #BFBC3C Old Gold

📋 copy color: '#BFBC3C'

red 191 ◦ green 188 ◦ blue 60

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

Shades of Old Gold #BFBC3C

Tints of Old Gold #BFBC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 43.51%
G = 42.82%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFBC3C (or 0xBFBC3C) is known color: Old Gold. HEX triplet: BF, BC and 3C. RGB value is (191,188,60). Sum of RGB (Red+Green+Blue) = 191+188+60=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC3C is #4043C3. Grayscale: #AEAEAE. Windows color (decimal): -4211652 or 3980479. OLE color: 3980479.

HSL color Cylindrical-coordinate representation of color #BFBC3C: hue angle of 58.63º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFBC3C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 60 -
CMYK 0 0.02 0.69 0.25
HSL 58.63º 0.52% 0.49% -
HSV(B) 58.63º 0.69% 0.75% -
XYZ 40.28 47.37 11.29 -
YUV 174.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 191 188 60 0 0.02 0.69 0.25 58.63 0.52 0.49
Hex BF BC 3C 0 2 45 19 3B 34 31
Octal 277 274 74 0 2 105 31 73 64 61
Binary 10111111 10111100 111100 0 10 1000101 11001 111011 110100 110001

Color Harmonies of #BFBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC3C

Black with #BFBC3C

Text Example


Text Example

White with #BFBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC3C; }

 p { color: rgb(191,188,60); }

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

background-color css

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

 a { background-color: rgb(191,188,60); }

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

border-color css

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

 span { border-color: rgb(191,188,60); }

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