Html Css Color HEX #BFB934 Old Gold

📋 copy color: '#BFB934'

red 191 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #BFB934

Tints of Old Gold #BFB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 44.63%
G = 43.22%
B = 12.15%

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

#BFB934 (or 0xBFB934) is known color: Old Gold. HEX triplet: BF, B9 and 34. RGB value is (191,185,52). Sum of RGB (Red+Green+Blue) = 191+185+52=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB934 is #4046CB. Grayscale: #ACACAC. Windows color (decimal): -4212428 or 3455423. OLE color: 3455423.

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

Color convert

RGB 191 185 52 -
CMYK 0 0.03 0.73 0.25
HSL 57.41º 0.57% 0.48% -
HSV(B) 57.41º 0.73% 0.75% -
XYZ 39.45 46.02 10.05 -
YUV 171.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 191 185 52 0 0.03 0.73 0.25 57.41 0.57 0.48
Hex BF B9 34 0 3 49 19 39 39 30
Octal 277 271 64 0 3 111 31 71 71 60
Binary 10111111 10111001 110100 0 11 1001001 11001 111001 111001 110000

Color Harmonies of #BFB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB934

Black with #BFB934

Text Example


Text Example

White with #BFB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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