Html Css Color HEX #BFA116 Buddha Gold

📋 copy color: '#BFA116'

red 191 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #BFA116

Tints of Buddha Gold #BFA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 51.07%
G = 43.05%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA116 (or 0xBFA116) is known color: Buddha Gold. HEX triplet: BF, A1 and 16. RGB value is (191,161,22). Sum of RGB (Red+Green+Blue) = 191+161+22=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA116 is #405EE9. Grayscale: #9A9A9A. Windows color (decimal): -4218602 or 1483199. OLE color: 1483199.

HSL color Cylindrical-coordinate representation of color #BFA116: hue angle of 49.35º 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 #BFA116 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 22 -
CMYK 0 0.16 0.88 0.25
HSL 49.35º 0.79% 0.42% -
HSV(B) 49.35º 0.88% 0.75% -
XYZ 34.38 36.62 6.02 -
YUV 154.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 191 161 22 0 0.16 0.88 0.25 49.35 0.79 0.42
Hex BF A1 16 0 10 58 19 31 4F 2A
Octal 277 241 26 0 20 130 31 61 117 52
Binary 10111111 10100001 10110 0 10000 1011000 11001 110001 1001111 101010

Color Harmonies of #BFA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA116

Black with #BFA116

Text Example


Text Example

White with #BFA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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