Html Css Color HEX #BFA100 Buddha Gold

📋 copy color: '#BFA100'

red 191 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #BFA100

Tints of Buddha Gold #BFA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.26%
G = 45.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFA100 (or 0xBFA100) is known color: Buddha Gold. HEX triplet: BF, A1 and 00. RGB value is (191,161,0). Sum of RGB (Red+Green+Blue) = 191+161+0=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA100 is #405EFF. Grayscale: #989898. Windows color (decimal): -4218624 or 41407. OLE color: 41407.

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

Color convert

RGB 191 161 0 -
CMYK 0 0.16 1 0.25
HSL 50.58º 1% 0.37% -
HSV(B) 50.58º 1% 0.75% -
XYZ 34.23 36.57 5.25 -
YUV 151.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 191 161 0 0 0.16 1 0.25 50.58 1 0.37
Hex BF A1 0 0 10 64 19 33 64 25
Octal 277 241 0 0 20 144 31 63 144 45
Binary 10111111 10100001 0 0 10000 1100100 11001 110011 1100100 100101

Color Harmonies of #BFA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA100

Black with #BFA100

Text Example


Text Example

White with #BFA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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