Html Css Color HEX #BFA010 Buddha Gold

📋 copy color: '#BFA010'

red 191 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #BFA010

Tints of Buddha Gold #BFA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

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

R = 52.04%
G = 43.6%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFA010 (or 0xBFA010) is known color: Buddha Gold. HEX triplet: BF, A0 and 10. RGB value is (191,160,16). Sum of RGB (Red+Green+Blue) = 191+160+16=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA010 is #405FEF. Grayscale: #999999. Windows color (decimal): -4218864 or 1089727. OLE color: 1089727.

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

Color convert

RGB 191 160 16 -
CMYK 0 0.16 0.92 0.25
HSL 49.37º 0.85% 0.41% -
HSV(B) 49.37º 0.92% 0.75% -
XYZ 34.15 36.26 5.69 -
YUV 152.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 191 160 16 0 0.16 0.92 0.25 49.37 0.85 0.41
Hex BF A0 10 0 10 5C 19 31 55 29
Octal 277 240 20 0 20 134 31 61 125 51
Binary 10111111 10100000 10000 0 10000 1011100 11001 110001 1010101 101001

Color Harmonies of #BFA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA010

Black with #BFA010

Text Example


Text Example

White with #BFA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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