Html Css Color HEX #BFBC34 Old Gold

📋 copy color: '#BFBC34'

red 191 ◦ green 188 ◦ blue 52

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

Shades of Old Gold #BFBC34

Tints of Old Gold #BFBC34

RGB

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

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

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

R = 44.32%
G = 43.62%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFBC34 (or 0xBFBC34) is known color: Old Gold. HEX triplet: BF, BC and 34. RGB value is (191,188,52). Sum of RGB (Red+Green+Blue) = 191+188+52=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC34 is #4043CB. Grayscale: #ADADAD. Windows color (decimal): -4211660 or 3456191. OLE color: 3456191.

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

Color convert

RGB 191 188 52 -
CMYK 0 0.02 0.73 0.25
HSL 58.71º 0.57% 0.48% -
HSV(B) 58.71º 0.73% 0.75% -
XYZ 40.09 47.29 10.26 -
YUV 173.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 191 188 52 0 0.02 0.73 0.25 58.71 0.57 0.48
Hex BF BC 34 0 2 49 19 3B 39 30
Octal 277 274 64 0 2 111 31 73 71 60
Binary 10111111 10111100 110100 0 10 1001001 11001 111011 111001 110000

Color Harmonies of #BFBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC34

Black with #BFBC34

Text Example


Text Example

White with #BFBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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