Html Css Color HEX #BFB73B Old Gold

📋 copy color: '#BFB73B'

red 191 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #BFB73B

Tints of Old Gold #BFB73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 44.11%
G = 42.26%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFB73B (or 0xBFB73B) is known color: Old Gold. HEX triplet: BF, B7 and 3B. RGB value is (191,183,59). Sum of RGB (Red+Green+Blue) = 191+183+59=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB73B is #4048C4. Grayscale: #ABABAB. Windows color (decimal): -4212933 or 3913663. OLE color: 3913663.

HSL color Cylindrical-coordinate representation of color #BFB73B: hue angle of 56.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFB73B is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 59 -
CMYK 0 0.04 0.69 0.25
HSL 56.36º 0.53% 0.49% -
HSV(B) 56.36º 0.69% 0.75% -
XYZ 39.21 45.26 10.81 -
YUV 171.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 191 183 59 0 0.04 0.69 0.25 56.36 0.53 0.49
Hex BF B7 3B 0 4 45 19 38 35 31
Octal 277 267 73 0 4 105 31 70 65 61
Binary 10111111 10110111 111011 0 100 1000101 11001 111000 110101 110001

Color Harmonies of #BFB73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB73B

Black with #BFB73B

Text Example


Text Example

White with #BFB73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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