Html Css Color HEX #BFBE34 Old Gold

📋 copy color: '#BFBE34'

red 191 ◦ green 190 ◦ blue 52

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

Shades of Old Gold #BFBE34

Tints of Old Gold #BFBE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.88%

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

R = 44.11%
G = 43.88%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFBE34 (or 0xBFBE34) is known color: Old Gold. HEX triplet: BF, BE and 34. RGB value is (191,190,52). Sum of RGB (Red+Green+Blue) = 191+190+52=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE34 is #4041CB. Grayscale: #AFAFAF. Windows color (decimal): -4211148 or 3456703. OLE color: 3456703.

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

Color convert

RGB 191 190 52 -
CMYK 0 0.01 0.73 0.25
HSL 59.57º 0.57% 0.48% -
HSV(B) 59.57º 0.73% 0.75% -
XYZ 40.52 48.15 10.41 -
YUV 174.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 191 190 52 0 0.01 0.73 0.25 59.57 0.57 0.48
Hex BF BE 34 0 1 49 19 3C 39 30
Octal 277 276 64 0 1 111 31 74 71 60
Binary 10111111 10111110 110100 0 1 1001001 11001 111100 111001 110000

Color Harmonies of #BFBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE34

Black with #BFBE34

Text Example


Text Example

White with #BFBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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