Html Css Color HEX #BFBA33 Old Gold

📋 copy color: '#BFBA33'

red 191 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #BFBA33

Tints of Old Gold #BFBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.92%

R = 44.63%
G = 43.46%
B = 11.92%

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

#BFBA33 (or 0xBFBA33) is known color: Old Gold. HEX triplet: BF, BA and 33. RGB value is (191,186,51). Sum of RGB (Red+Green+Blue) = 191+186+51=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA33 is #4045CC. Grayscale: #ACACAC. Windows color (decimal): -4212173 or 3390143. OLE color: 3390143.

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

Color convert

RGB 191 186 51 -
CMYK 0 0.03 0.73 0.25
HSL 57.86º 0.58% 0.47% -
HSV(B) 57.86º 0.73% 0.75% -
XYZ 39.64 46.43 10.01 -
YUV 172.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 191 186 51 0 0.03 0.73 0.25 57.86 0.58 0.47
Hex BF BA 33 0 3 49 19 3A 3A 2F
Octal 277 272 63 0 3 111 31 72 72 57
Binary 10111111 10111010 110011 0 11 1001001 11001 111010 111010 101111

Color Harmonies of #BFBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA33

Black with #BFBA33

Text Example


Text Example

White with #BFBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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