Html Css Color HEX #BFA614 Buddha Gold

📋 copy color: '#BFA614'

red 191 ◦ green 166 ◦ blue 20

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

Shades of Buddha Gold #BFA614

Tints of Buddha Gold #BFA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 50.66%
G = 44.03%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFA614 (or 0xBFA614) is known color: Buddha Gold. HEX triplet: BF, A6 and 14. RGB value is (191,166,20). Sum of RGB (Red+Green+Blue) = 191+166+20=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA614 is #4059EB. Grayscale: #9D9D9D. Windows color (decimal): -4217324 or 1353407. OLE color: 1353407.

HSL color Cylindrical-coordinate representation of color #BFA614: hue angle of 51.23º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFA614 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 20 -
CMYK 0 0.13 0.90 0.25
HSL 51.23º 0.81% 0.41% -
HSV(B) 51.23º 0.9% 0.75% -
XYZ 35.25 38.4 6.22 -
YUV 156.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 191 166 20 0 0.13 0.90 0.25 51.23 0.81 0.41
Hex BF A6 14 0 D 5A 19 33 51 29
Octal 277 246 24 0 15 132 31 63 121 51
Binary 10111111 10100110 10100 0 1101 1011010 11001 110011 1010001 101001

Color Harmonies of #BFA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA614

Black with #BFA614

Text Example


Text Example

White with #BFA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA614; }

 p { color: rgb(191,166,20); }

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

background-color css

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

 a { background-color: rgb(191,166,20); }

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

border-color css

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

 span { border-color: rgb(191,166,20); }

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