Html Css Color HEX #BFA111 Buddha Gold

📋 copy color: '#BFA111'

red 191 ◦ green 161 ◦ blue 17

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

Shades of Buddha Gold #BFA111

Tints of Buddha Gold #BFA111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 51.76%
G = 43.63%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA111 (or 0xBFA111) is known color: Buddha Gold. HEX triplet: BF, A1 and 11. RGB value is (191,161,17). Sum of RGB (Red+Green+Blue) = 191+161+17=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA111 is #405EEE. Grayscale: #9A9A9A. Windows color (decimal): -4218607 or 1155519. OLE color: 1155519.

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

Color convert

RGB 191 161 17 -
CMYK 0 0.16 0.91 0.25
HSL 49.66º 0.84% 0.41% -
HSV(B) 49.66º 0.91% 0.75% -
XYZ 34.33 36.61 5.79 -
YUV 153.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 191 161 17 0 0.16 0.91 0.25 49.66 0.84 0.41
Hex BF A1 11 0 10 5B 19 32 54 29
Octal 277 241 21 0 20 133 31 62 124 51
Binary 10111111 10100001 10001 0 10000 1011011 11001 110010 1010100 101001

Color Harmonies of #BFA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA111

Black with #BFA111

Text Example


Text Example

White with #BFA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA111; }

 p { color: rgb(191,161,17); }

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

background-color css

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

 a { background-color: rgb(191,161,17); }

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

border-color css

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

 span { border-color: rgb(191,161,17); }

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