Html Css Color HEX #BFBA34 Old Gold

📋 copy color: '#BFBA34'

red 191 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #BFBA34

Tints of Old Gold #BFBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.12%

R = 44.52%
G = 43.36%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFBA34 (or 0xBFBA34) is known color: Old Gold. HEX triplet: BF, BA and 34. RGB value is (191,186,52). Sum of RGB (Red+Green+Blue) = 191+186+52=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA34 is #4045CB. Grayscale: #ACACAC. Windows color (decimal): -4212172 or 3455679. OLE color: 3455679.

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

Color convert

RGB 191 186 52 -
CMYK 0 0.03 0.73 0.25
HSL 57.84º 0.57% 0.48% -
HSV(B) 57.84º 0.73% 0.75% -
XYZ 39.66 46.44 10.12 -
YUV 172.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 191 186 52 0 0.03 0.73 0.25 57.84 0.57 0.48
Hex BF BA 34 0 3 49 19 3A 39 30
Octal 277 272 64 0 3 111 31 72 71 60
Binary 10111111 10111010 110100 0 11 1001001 11001 111010 111001 110000

Color Harmonies of #BFBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA34

Black with #BFBA34

Text Example


Text Example

White with #BFBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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