Html Css Color HEX #BFA510 Buddha Gold

📋 copy color: '#BFA510'

red 191 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #BFA510

Tints of Buddha Gold #BFA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 51.34%
G = 44.35%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFA510 (or 0xBFA510) is known color: Buddha Gold. HEX triplet: BF, A5 and 10. RGB value is (191,165,16). Sum of RGB (Red+Green+Blue) = 191+165+16=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA510 is #405AEF. Grayscale: #9C9C9C. Windows color (decimal): -4217584 or 1091007. OLE color: 1091007.

HSL color Cylindrical-coordinate representation of color #BFA510: hue angle of 51.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFA510 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 16 -
CMYK 0 0.14 0.92 0.25
HSL 51.09º 0.85% 0.41% -
HSV(B) 51.09º 0.92% 0.75% -
XYZ 35.03 38.02 5.98 -
YUV 155.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 191 165 16 0 0.14 0.92 0.25 51.09 0.85 0.41
Hex BF A5 10 0 E 5C 19 33 55 29
Octal 277 245 20 0 16 134 31 63 125 51
Binary 10111111 10100101 10000 0 1110 1011100 11001 110011 1010101 101001

Color Harmonies of #BFA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA510

Black with #BFA510

Text Example


Text Example

White with #BFA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA510; }

 p { color: rgb(191,165,16); }

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

background-color css

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

 a { background-color: rgb(191,165,16); }

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

border-color css

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

 span { border-color: rgb(191,165,16); }

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