Html Css Color HEX #BFBA39 Old Gold

📋 copy color: '#BFBA39'

red 191 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #BFBA39

Tints of Old Gold #BFBA39

RGB

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

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

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

R = 44.01%
G = 42.86%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFBA39 (or 0xBFBA39) is known color: Old Gold. HEX triplet: BF, BA and 39. RGB value is (191,186,57). Sum of RGB (Red+Green+Blue) = 191+186+57=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA39 is #4045C6. Grayscale: #ADADAD. Windows color (decimal): -4212167 or 3783359. OLE color: 3783359.

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

Color convert

RGB 191 186 57 -
CMYK 0 0.03 0.70 0.25
HSL 57.76º 0.54% 0.49% -
HSV(B) 57.76º 0.7% 0.75% -
XYZ 39.78 46.49 10.75 -
YUV 172.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 191 186 57 0 0.03 0.70 0.25 57.76 0.54 0.49
Hex BF BA 39 0 3 46 19 3A 36 31
Octal 277 272 71 0 3 106 31 72 66 61
Binary 10111111 10111010 111001 0 11 1000110 11001 111010 110110 110001

Color Harmonies of #BFBA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA39

Black with #BFBA39

Text Example


Text Example

White with #BFBA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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