Html Css Color HEX #BFA517 Buddha Gold

📋 copy color: '#BFA517'

red 191 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #BFA517

Tints of Buddha Gold #BFA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 50.4%
G = 43.54%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA517 (or 0xBFA517) is known color: Buddha Gold. HEX triplet: BF, A5 and 17. RGB value is (191,165,23). Sum of RGB (Red+Green+Blue) = 191+165+23=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA517 is #405AE8. Grayscale: #9D9D9D. Windows color (decimal): -4217577 or 1549759. OLE color: 1549759.

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

Color convert

RGB 191 165 23 -
CMYK 0 0.14 0.88 0.25
HSL 50.71º 0.79% 0.42% -
HSV(B) 50.71º 0.88% 0.75% -
XYZ 35.1 38.05 6.3 -
YUV 156.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 191 165 23 0 0.14 0.88 0.25 50.71 0.79 0.42
Hex BF A5 17 0 E 58 19 33 4F 2A
Octal 277 245 27 0 16 130 31 63 117 52
Binary 10111111 10100101 10111 0 1110 1011000 11001 110011 1001111 101010

Color Harmonies of #BFA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA517

Black with #BFA517

Text Example


Text Example

White with #BFA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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