Html Css Color HEX #BFBC39 Old Gold

📋 copy color: '#BFBC39'

red 191 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #BFBC39

Tints of Old Gold #BFBC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 43.81%
G = 43.12%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFBC39 (or 0xBFBC39) is known color: Old Gold. HEX triplet: BF, BC and 39. RGB value is (191,188,57). Sum of RGB (Red+Green+Blue) = 191+188+57=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC39 is #4043C6. Grayscale: #AEAEAE. Windows color (decimal): -4211655 or 3783871. OLE color: 3783871.

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

Color convert

RGB 191 188 57 -
CMYK 0 0.02 0.70 0.25
HSL 58.66º 0.54% 0.49% -
HSV(B) 58.66º 0.7% 0.75% -
XYZ 40.21 47.34 10.89 -
YUV 173.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 191 188 57 0 0.02 0.70 0.25 58.66 0.54 0.49
Hex BF BC 39 0 2 46 19 3B 36 31
Octal 277 274 71 0 2 106 31 73 66 61
Binary 10111111 10111100 111001 0 10 1000110 11001 111011 110110 110001

Color Harmonies of #BFBC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC39

Black with #BFBC39

Text Example


Text Example

White with #BFBC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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