Html Css Color HEX #BFA416 Buddha Gold

📋 copy color: '#BFA416'

red 191 ◦ green 164 ◦ blue 22

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

Shades of Buddha Gold #BFA416

Tints of Buddha Gold #BFA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.5%

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

R = 50.66%
G = 43.5%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA416 (or 0xBFA416) is known color: Buddha Gold. HEX triplet: BF, A4 and 16. RGB value is (191,164,22). Sum of RGB (Red+Green+Blue) = 191+164+22=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA416 is #405BE9. Grayscale: #9C9C9C. Windows color (decimal): -4217834 or 1483967. OLE color: 1483967.

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

Color convert

RGB 191 164 22 -
CMYK 0 0.14 0.88 0.25
HSL 50.41º 0.79% 0.42% -
HSV(B) 50.41º 0.88% 0.75% -
XYZ 34.91 37.69 6.19 -
YUV 155.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 191 164 22 0 0.14 0.88 0.25 50.41 0.79 0.42
Hex BF A4 16 0 E 58 19 32 4F 2A
Octal 277 244 26 0 16 130 31 62 117 52
Binary 10111111 10100100 10110 0 1110 1011000 11001 110010 1001111 101010

Color Harmonies of #BFA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA416

Black with #BFA416

Text Example


Text Example

White with #BFA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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