Html Css Color HEX #BFBA3A Old Gold

📋 copy color: '#BFBA3A'

red 191 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #BFBA3A

Tints of Old Gold #BFBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.33%

R = 43.91%
G = 42.76%
B = 13.33%

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

#BFBA3A (or 0xBFBA3A) is known color: Old Gold. HEX triplet: BF, BA and 3A. RGB value is (191,186,58). Sum of RGB (Red+Green+Blue) = 191+186+58=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA3A is #4045C5. Grayscale: #ADADAD. Windows color (decimal): -4212166 or 3848895. OLE color: 3848895.

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

Color convert

RGB 191 186 58 -
CMYK 0 0.03 0.70 0.25
HSL 57.74º 0.53% 0.49% -
HSV(B) 57.74º 0.7% 0.75% -
XYZ 39.81 46.5 10.88 -
YUV 172.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 191 186 58 0 0.03 0.70 0.25 57.74 0.53 0.49
Hex BF BA 3A 0 3 46 19 3A 35 31
Octal 277 272 72 0 3 106 31 72 65 61
Binary 10111111 10111010 111010 0 11 1000110 11001 111010 110101 110001

Color Harmonies of #BFBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA3A

Black with #BFBA3A

Text Example


Text Example

White with #BFBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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