Html Css Color HEX #BFB331 Old Gold

📋 copy color: '#BFB331'

red 191 ◦ green 179 ◦ blue 49

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

Shades of Old Gold #BFB331

Tints of Old Gold #BFB331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 45.58%
G = 42.72%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFB331 (or 0xBFB331) is known color: Old Gold. HEX triplet: BF, B3 and 31. RGB value is (191,179,49). Sum of RGB (Red+Green+Blue) = 191+179+49=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB331 is #404CCE. Grayscale: #A8A8A8. Windows color (decimal): -4213967 or 3257279. OLE color: 3257279.

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

Color convert

RGB 191 179 49 -
CMYK 0 0.06 0.74 0.25
HSL 54.93º 0.59% 0.47% -
HSV(B) 54.93º 0.74% 0.75% -
XYZ 38.16 43.54 9.3 -
YUV 167.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 191 179 49 0 0.06 0.74 0.25 54.93 0.59 0.47
Hex BF B3 31 0 6 4A 19 37 3B 2F
Octal 277 263 61 0 6 112 31 67 73 57
Binary 10111111 10110011 110001 0 110 1001010 11001 110111 111011 101111

Color Harmonies of #BFB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB331

Black with #BFB331

Text Example


Text Example

White with #BFB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB331; }

 p { color: rgb(191,179,49); }

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

background-color css

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

 a { background-color: rgb(191,179,49); }

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

border-color css

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

 span { border-color: rgb(191,179,49); }

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