Html Css Color HEX #BFB63F Old Gold

📋 copy color: '#BFB63F'

red 191 ◦ green 182 ◦ blue 63

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

Shades of Old Gold #BFB63F

Tints of Old Gold #BFB63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 63 (25% from 255) = 14.45%

R = 43.81%
G = 41.74%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BFB63F (or 0xBFB63F) is known color: Old Gold. HEX triplet: BF, B6 and 3F. RGB value is (191,182,63). Sum of RGB (Red+Green+Blue) = 191+182+63=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB63F is #4049C0. Grayscale: #ABABAB. Windows color (decimal): -4213185 or 4175551. OLE color: 4175551.

HSL color Cylindrical-coordinate representation of color #BFB63F: hue angle of 55.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFB63F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 63 -
CMYK 0 0.05 0.67 0.25
HSL 55.78º 0.5% 0.5% -
HSV(B) 55.78º 0.67% 0.75% -
XYZ 39.11 44.89 11.31 -
YUV 171.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 191 182 63 0 0.05 0.67 0.25 55.78 0.5 0.5
Hex BF B6 3F 0 5 43 19 38 32 32
Octal 277 266 77 0 5 103 31 70 62 62
Binary 10111111 10110110 111111 0 101 1000011 11001 111000 110010 110010

Color Harmonies of #BFB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB63F

Black with #BFB63F

Text Example


Text Example

White with #BFB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB63F; }

 p { color: rgb(191,182,63); }

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

background-color css

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

 a { background-color: rgb(191,182,63); }

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

border-color css

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

 span { border-color: rgb(191,182,63); }

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