Html Css Color HEX #BFA610 Buddha Gold

📋 copy color: '#BFA610'

red 191 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #BFA610

Tints of Buddha Gold #BFA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 51.21%
G = 44.5%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFA610 (or 0xBFA610) is known color: Buddha Gold. HEX triplet: BF, A6 and 10. RGB value is (191,166,16). Sum of RGB (Red+Green+Blue) = 191+166+16=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA610 is #4059EF. Grayscale: #9D9D9D. Windows color (decimal): -4217328 or 1091263. OLE color: 1091263.

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

Color convert

RGB 191 166 16 -
CMYK 0 0.13 0.92 0.25
HSL 51.43º 0.85% 0.41% -
HSV(B) 51.43º 0.92% 0.75% -
XYZ 35.22 38.39 6.04 -
YUV 156.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 191 166 16 0 0.13 0.92 0.25 51.43 0.85 0.41
Hex BF A6 10 0 D 5C 19 33 55 29
Octal 277 246 20 0 15 134 31 63 125 51
Binary 10111111 10100110 10000 0 1101 1011100 11001 110011 1010101 101001

Color Harmonies of #BFA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA610

Black with #BFA610

Text Example


Text Example

White with #BFA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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