Html Css Color HEX #BFA616 Buddha Gold

📋 copy color: '#BFA616'

red 191 ◦ green 166 ◦ blue 22

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

Shades of Buddha Gold #BFA616

Tints of Buddha Gold #BFA616

RGB

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

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

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

R = 50.4%
G = 43.8%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA616 (or 0xBFA616) is known color: Buddha Gold. HEX triplet: BF, A6 and 16. RGB value is (191,166,22). Sum of RGB (Red+Green+Blue) = 191+166+22=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA616 is #4059E9. Grayscale: #9D9D9D. Windows color (decimal): -4217322 or 1484479. OLE color: 1484479.

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

Color convert

RGB 191 166 22 -
CMYK 0 0.13 0.88 0.25
HSL 51.12º 0.79% 0.42% -
HSV(B) 51.12º 0.88% 0.75% -
XYZ 35.27 38.41 6.31 -
YUV 157.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 191 166 22 0 0.13 0.88 0.25 51.12 0.79 0.42
Hex BF A6 16 0 D 58 19 33 4F 2A
Octal 277 246 26 0 15 130 31 63 117 52
Binary 10111111 10100110 10110 0 1101 1011000 11001 110011 1001111 101010

Color Harmonies of #BFA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA616

Black with #BFA616

Text Example


Text Example

White with #BFA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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