Html Css Color HEX #BFBA37 Old Gold

📋 copy color: '#BFBA37'

red 191 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #BFBA37

Tints of Old Gold #BFBA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.73%

R = 44.21%
G = 43.06%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFBA37 (or 0xBFBA37) is known color: Old Gold. HEX triplet: BF, BA and 37. RGB value is (191,186,55). Sum of RGB (Red+Green+Blue) = 191+186+55=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA37 is #4045C8. Grayscale: #ADADAD. Windows color (decimal): -4212169 or 3652287. OLE color: 3652287.

HSL color Cylindrical-coordinate representation of color #BFBA37: hue angle of 57.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFBA37 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 55 -
CMYK 0 0.03 0.71 0.25
HSL 57.79º 0.55% 0.48% -
HSV(B) 57.79º 0.71% 0.75% -
XYZ 39.73 46.47 10.49 -
YUV 172.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 191 186 55 0 0.03 0.71 0.25 57.79 0.55 0.48
Hex BF BA 37 0 3 47 19 3A 37 30
Octal 277 272 67 0 3 107 31 72 67 60
Binary 10111111 10111010 110111 0 11 1000111 11001 111010 110111 110000

Color Harmonies of #BFBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA37

Black with #BFBA37

Text Example


Text Example

White with #BFBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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