Html Css Color HEX #BFB733 Old Gold

📋 copy color: '#BFB733'

red 191 ◦ green 183 ◦ blue 51

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

Shades of Old Gold #BFB733

Tints of Old Gold #BFB733

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 44.94%
G = 43.06%
B = 12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFB733 (or 0xBFB733) is known color: Old Gold. HEX triplet: BF, B7 and 33. RGB value is (191,183,51). Sum of RGB (Red+Green+Blue) = 191+183+51=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB733 is #4048CC. Grayscale: #AAAAAA. Windows color (decimal): -4212941 or 3389375. OLE color: 3389375.

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

Color convert

RGB 191 183 51 -
CMYK 0 0.04 0.73 0.25
HSL 56.57º 0.58% 0.47% -
HSV(B) 56.57º 0.73% 0.75% -
XYZ 39.02 45.18 9.8 -
YUV 170.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 191 183 51 0 0.04 0.73 0.25 56.57 0.58 0.47
Hex BF B7 33 0 4 49 19 39 3A 2F
Octal 277 267 63 0 4 111 31 71 72 57
Binary 10111111 10110111 110011 0 100 1001001 11001 111001 111010 101111

Color Harmonies of #BFB733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB733

Black with #BFB733

Text Example


Text Example

White with #BFB733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB733; }

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

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

background-color css

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

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

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

border-color css

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

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

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